diff options
Diffstat (limited to 'keyboards/pierce')
-rw-r--r-- | keyboards/pierce/info.json | 12 | ||||
-rw-r--r-- | keyboards/pierce/pierce.c | 17 |
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/pierce/info.json b/keyboards/pierce/info.json index b2dd54c57e..1f11badbfc 100644 --- a/keyboards/pierce/info.json +++ b/keyboards/pierce/info.json @@ -16,34 +16,34 @@ "layout": [ {"x":0, "y":0.5}, {"x":1, "y":0.13}, - {"x":2, "y":0.0}, + {"x":2, "y":0}, {"x":3, "y":0.13}, {"x":4, "y":0.25}, {"x":7, "y":0.25}, {"x":8, "y":0.13}, - {"x":9, "y":0.0}, + {"x":9, "y":0}, {"x":10, "y":0.13}, {"x":11, "y":0.5}, {"x":0, "y":1.5}, {"x":1, "y":1.13}, - {"x":2, "y":1.0}, + {"x":2, "y":1}, {"x":3, "y":1.13}, {"x":4, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.13}, - {"x":9, "y":1.0}, + {"x":9, "y":1}, {"x":10, "y":1.13}, {"x":11, "y":1.5}, {"x":0, "y":2.5}, {"x":1, "y":2.13}, - {"x":2, "y":2.0}, + {"x":2, "y":2}, {"x":3, "y":2.13}, {"x":4, "y":2.25}, {"x":7, "y":2.25}, {"x":8, "y":2.13}, - {"x":9, "y":2.0}, + {"x":9, "y":2}, {"x":10, "y":2.13}, {"x":11, "y":2.5}, diff --git a/keyboards/pierce/pierce.c b/keyboards/pierce/pierce.c deleted file mode 100644 index 085ca9cdec..0000000000 --- a/keyboards/pierce/pierce.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2022 durken (https://github.com/durken1/) - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "pierce.h" |