diff options
Diffstat (limited to 'keyboards/dailycraft/claw44/rev1')
-rw-r--r-- | keyboards/dailycraft/claw44/rev1/config.h | 39 | ||||
-rw-r--r-- | keyboards/dailycraft/claw44/rev1/info.json | 29 | ||||
-rw-r--r-- | keyboards/dailycraft/claw44/rev1/rev1.c | 1 |
3 files changed, 17 insertions, 52 deletions
diff --git a/keyboards/dailycraft/claw44/rev1/config.h b/keyboards/dailycraft/claw44/rev1/config.h deleted file mode 100644 index 13e3177b0e..0000000000 --- a/keyboards/dailycraft/claw44/rev1/config.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -Copyright 2012 Jun Wako <wakojun@gmail.com> -Copyright 2015 Jack Humbert - -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/>. -*/ - -#pragma once - -#define MATRIX_ROW_PINS { D4, C6, D7, E6 } -#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } -#define DIODE_DIRECTION COL2ROW - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -// #define NO_DEBUG - -/* disable print */ -// #define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/dailycraft/claw44/rev1/info.json b/keyboards/dailycraft/claw44/rev1/info.json index 1168d21fa6..9173f12edc 100644 --- a/keyboards/dailycraft/claw44/rev1/info.json +++ b/keyboards/dailycraft/claw44/rev1/info.json @@ -8,6 +8,11 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["F4", "F5", "F6", "F7", "B1", "B3"], + "rows": ["D4", "C6", "D7", "E6"] + }, + "diode_direction": "COL2ROW", "split": { "soft_serial_pin": "D2" }, @@ -21,8 +26,8 @@ {"label":"L02", "x":2, "y":0.35}, {"label":"L03", "x":3, "y":0}, {"label":"L04", "x":4, "y":0.05}, - {"label":"L05", "x":5, "y":0.10}, - {"label":"R00", "x":11.5, "y":0.10}, + {"label":"L05", "x":5, "y":0.1}, + {"label":"R00", "x":11.5, "y":0.1}, {"label":"R01", "x":12.5, "y":0.05}, {"label":"R02", "x":13.5, "y":0}, {"label":"R03", "x":14.5, "y":0.35}, @@ -33,8 +38,8 @@ {"label":"L12", "x":2, "y":1.35}, {"label":"L13", "x":3, "y":1}, {"label":"L14", "x":4, "y":1.05}, - {"label":"L15", "x":5, "y":1.10}, - {"label":"R10", "x":11.5, "y":1.10}, + {"label":"L15", "x":5, "y":1.1}, + {"label":"R10", "x":11.5, "y":1.1}, {"label":"R11", "x":12.5, "y":1.05}, {"label":"R12", "x":13.5, "y":1}, {"label":"R13", "x":14.5, "y":1.35}, @@ -45,20 +50,20 @@ {"label":"L22", "x":2, "y":2.35}, {"label":"L23", "x":3, "y":2}, {"label":"L24", "x":4, "y":2.05}, - {"label":"L25", "x":5, "y":2.10}, - {"label":"R20", "x":11.5, "y":2.10}, + {"label":"L25", "x":5, "y":2.1}, + {"label":"R20", "x":11.5, "y":2.1}, {"label":"R21", "x":12.5, "y":2.05}, {"label":"R22", "x":13.5, "y":2}, {"label":"R23", "x":14.5, "y":2.35}, {"label":"R24", "x":15.5, "y":3.03}, {"label":"R25", "x":16.5, "y":3.18}, {"label":"L30", "x":4, "y":3.05}, - {"label":"L31", "x":5, "y":3.10}, - {"label":"L32", "x":6, "y":3.20, "w":1.25}, - {"label":"L33", "x":7.25, "y":3.50}, - {"label":"R30", "x":9.25, "y":3.50}, - {"label":"R31", "x":10.25, "y":3.20, "w":1.25}, - {"label":"R32", "x":11.5, "y":3.10}, + {"label":"L31", "x":5, "y":3.1}, + {"label":"L32", "x":6, "y":3.2, "w":1.25}, + {"label":"L33", "x":7.25, "y":3.5}, + {"label":"R30", "x":9.25, "y":3.5}, + {"label":"R31", "x":10.25, "y":3.2, "w":1.25}, + {"label":"R32", "x":11.5, "y":3.1}, {"label":"R33", "x":12.5, "y":3.05} ] } diff --git a/keyboards/dailycraft/claw44/rev1/rev1.c b/keyboards/dailycraft/claw44/rev1/rev1.c deleted file mode 100644 index 520a869e57..0000000000 --- a/keyboards/dailycraft/claw44/rev1/rev1.c +++ /dev/null @@ -1 +0,0 @@ -#include "rev1.h" |