summaryrefslogtreecommitdiff
path: root/keyboards/holyswitch
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/holyswitch')
-rw-r--r--keyboards/holyswitch/southpaw75/config.h36
-rw-r--r--keyboards/holyswitch/southpaw75/info.json165
-rw-r--r--keyboards/holyswitch/southpaw75/southpaw75.c17
-rw-r--r--keyboards/holyswitch/southpaw75/southpaw75.h36
4 files changed, 87 insertions, 167 deletions
diff --git a/keyboards/holyswitch/southpaw75/config.h b/keyboards/holyswitch/southpaw75/config.h
deleted file mode 100644
index 01cf1b8144..0000000000
--- a/keyboards/holyswitch/southpaw75/config.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
-Copyright 2020 drewguy
-
-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
-
-
-/*
- * Keyboard Matrix Assignments
- *
- * Change this to how you wired your keyboard
- * COLS: AVR pins used for columns, left to right
- * ROWS: AVR pins used for rows, top to bottom
- * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
- * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
- *
- */
-
-// 0 1 2 3 4 5 6 7 8
-#define MATRIX_ROW_PINS { B2, F0, C6, D4, D3, F1, D2, B5, D5 }
-#define MATRIX_COL_PINS { B6, F7, F6, F5, F4, D0, D1, D7, B4 }
-
-#define DIODE_DIRECTION COL2ROW
diff --git a/keyboards/holyswitch/southpaw75/info.json b/keyboards/holyswitch/southpaw75/info.json
index 6171d8a41a..a99be3e1ce 100644
--- a/keyboards/holyswitch/southpaw75/info.json
+++ b/keyboards/holyswitch/southpaw75/info.json
@@ -8,89 +8,98 @@
"pid": "0x5350",
"device_version": "0.0.1"
},
+ "matrix_pins": {
+ "cols": ["B6", "F7", "F6", "F5", "F4", "D0", "D1", "D7", "B4"],
+ "rows": ["B2", "F0", "C6", "D4", "D3", "F1", "D2", "B5", "D5"]
+ },
+ "diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
- {"label":"K00 (B2,B6)", "x":0, "y":0},
- {"label":"K01 (B2,F7)", "x":1, "y":0},
- {"label":"K02 (B2,F6)", "x":2, "y":0},
- {"label":"K03 (B2,F5)", "x":3, "y":0},
- {"label":"K04 (B2,F4)", "x":4, "y":0},
- {"label":"K05 (B2,D0)", "x":5, "y":0},
- {"label":"K06 (B2,D1)", "x":6, "y":0},
- {"label":"K07 (B2,D7)", "x":7, "y":0},
- {"label":"K08 (B2,B4)", "x":8, "y":0},
- {"label":"K10 (F0,B6)", "x":9, "y":0},
- {"label":"K11 (F0,F7)", "x":10, "y":0},
- {"label":"K12 (F0,F6)", "x":11, "y":0},
- {"label":"K13 (F0,F5)", "x":12, "y":0},
- {"label":"K14 (F0,F4)", "x":13, "y":0},
- {"label":"K15 (F0,D0)", "x":14, "y":0},
- {"label":"K16 (F0,D1)", "x":15, "y":0},
- {"label":"K17 (F0,D7)", "x":16, "y":0},
- {"label":"K18 (F0,B4)", "x":17, "y":0, "w":2},
- {"label":"K20 (C6,B6)", "x":0, "y":1},
- {"label":"K21 (C6,F7)", "x":1, "y":1},
- {"label":"K22 (C6,F6)", "x":2, "y":1},
- {"label":"K23 (C6,F5)", "x":3, "y":1, "h":2},
- {"label":"K24 (C6,F4)", "x":4, "y":1, "w":1.5},
- {"label":"K25 (C6,D0)", "x":5.5, "y":1},
- {"label":"K26 (C6,D1)", "x":6.5, "y":1},
- {"label":"K27 (C6,D7)", "x":7.5, "y":1},
- {"label":"K28 (C6,B4)", "x":8.5, "y":1},
- {"label":"K30 (D4,B6)", "x":9.5, "y":1},
- {"label":"K31 (D4,F7)", "x":10.5, "y":1},
- {"label":"K32 (D4,F6)", "x":11.5, "y":1},
- {"label":"K33 (D4,F5)", "x":12.5, "y":1},
- {"label":"K34 (D4,F4)", "x":13.5, "y":1},
- {"label":"K35 (D4,D0)", "x":14.5, "y":1},
- {"label":"K36 (D4,D1)", "x":15.5, "y":1},
- {"label":"K37 (D4,D7)", "x":16.5, "y":1},
- {"label":"K38 (D4,B4)", "x":17.5, "y":1, "w":1.5},
- {"label":"K40 (D3,B6)", "x":0, "y":2},
- {"label":"K41 (D3,F7)", "x":1, "y":2},
- {"label":"K42 (D3,F6)", "x":2, "y":2},
- {"label":"K43 (D3,F5)", "x":4, "y":2, "w":1.75},
- {"label":"K44 (D3,F4)", "x":5.75, "y":2},
- {"label":"K45 (D3,D0)", "x":6.75, "y":2},
- {"label":"K46 (D3,D1)", "x":7.75, "y":2},
- {"label":"K47 (D3,D7)", "x":8.75, "y":2},
- {"label":"K48 (D3,B4)", "x":9.75, "y":2},
- {"label":"K50 (F1,B6)", "x":10.75, "y":2},
- {"label":"K51 (F1,F7)", "x":11.75, "y":2},
- {"label":"K52 (F1,F6)", "x":12.75, "y":2},
- {"label":"K53 (F1,F5)", "x":13.75, "y":2},
- {"label":"K54 (F1,F4)", "x":14.75, "y":2},
- {"label":"K55 (F1,D0)", "x":15.75, "y":2},
- {"label":"K56 (F1,D1)", "x":16.75, "y":2, "w":2.25},
- {"label":"K57 (F1,D7)", "x":0, "y":3},
- {"label":"K58 (F1,B4)", "x":1, "y":3},
- {"label":"K60 (D2,B6)", "x":2, "y":3},
- {"label":"K61 (D2,F7)", "x":3, "y":3, "h":2},
- {"label":"K62 (D2,F6)", "x":4, "y":3, "w":2.25},
- {"label":"K63 (D2,F5)", "x":6.25, "y":3},
- {"label":"K64 (D2,F4)", "x":7.25, "y":3},
- {"label":"K65 (D2,D0)", "x":8.25, "y":3},
- {"label":"K66 (D2,D1)", "x":9.25, "y":3},
- {"label":"K67 (D2,D7)", "x":10.25, "y":3},
- {"label":"K68 (D2,B4)", "x":11.25, "y":3},
- {"label":"K70 (B5,B6)", "x":12.25, "y":3},
- {"label":"K71 (B5,F7)", "x":13.25, "y":3},
- {"label":"K72 (B5,F6)", "x":14.25, "y":3},
- {"label":"K73 (B5,F5)", "x":15.25, "y":3},
- {"label":"K74 (B5,F4)", "x":16.25, "y":3, "w":2.75},
- {"label":"K75 (B5,D0)", "x":0, "y":4, "w":2},
- {"label":"K76 (B5,D1)", "x":2, "y":4},
- {"label":"K77 (B5,D7)", "x":4, "y":4, "w":1.25},
- {"label":"K78 (B5,B4)", "x":5.25, "y":4, "w":1.25},
- {"label":"K80 (D5,B6)", "x":6.5, "y":4, "w":1.25},
- {"label":"K81 (D5,F7)", "x":7.75, "y":4, "w":6.25},
- {"label":"K82 (D5,F6)", "x":14, "y":4, "w":1.25},
- {"label":"K83 (D5,F5)", "x":15.25, "y":4, "w":1.25},
- {"label":"K84 (D5,F4)", "x":16.5, "y":4, "w":1.25},
- {"label":"K85 (D5,D0)", "x":17.75, "y":4, "w":1.25}
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0},
+ {"matrix": [0, 3], "x": 3, "y": 0},
+ {"matrix": [0, 4], "x": 4, "y": 0},
+ {"matrix": [0, 5], "x": 5, "y": 0},
+ {"matrix": [0, 6], "x": 6, "y": 0},
+ {"matrix": [0, 7], "x": 7, "y": 0},
+ {"matrix": [0, 8], "x": 8, "y": 0},
+ {"matrix": [1, 0], "x": 9, "y": 0},
+ {"matrix": [1, 1], "x": 10, "y": 0},
+ {"matrix": [1, 2], "x": 11, "y": 0},
+ {"matrix": [1, 3], "x": 12, "y": 0},
+ {"matrix": [1, 4], "x": 13, "y": 0},
+ {"matrix": [1, 5], "x": 14, "y": 0},
+ {"matrix": [1, 6], "x": 15, "y": 0},
+ {"matrix": [1, 7], "x": 16, "y": 0},
+ {"matrix": [1, 8], "x": 17, "y": 0, "w": 2},
+
+ {"matrix": [2, 0], "x": 0, "y": 1},
+ {"matrix": [2, 1], "x": 1, "y": 1},
+ {"matrix": [2, 2], "x": 2, "y": 1},
+ {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
+ {"matrix": [2, 4], "x": 4, "y": 1, "w": 1.5},
+ {"matrix": [2, 5], "x": 5.5, "y": 1},
+ {"matrix": [2, 6], "x": 6.5, "y": 1},
+ {"matrix": [2, 7], "x": 7.5, "y": 1},
+ {"matrix": [2, 8], "x": 8.5, "y": 1},
+ {"matrix": [3, 0], "x": 9.5, "y": 1},
+ {"matrix": [3, 1], "x": 10.5, "y": 1},
+ {"matrix": [3, 2], "x": 11.5, "y": 1},
+ {"matrix": [3, 3], "x": 12.5, "y": 1},
+ {"matrix": [3, 4], "x": 13.5, "y": 1},
+ {"matrix": [3, 5], "x": 14.5, "y": 1},
+ {"matrix": [3, 6], "x": 15.5, "y": 1},
+ {"matrix": [3, 7], "x": 16.5, "y": 1},
+ {"matrix": [3, 8], "x": 17.5, "y": 1, "w": 1.5},
+
+ {"matrix": [4, 0], "x": 0, "y": 2},
+ {"matrix": [4, 1], "x": 1, "y": 2},
+ {"matrix": [4, 2], "x": 2, "y": 2},
+ {"matrix": [4, 3], "x": 4, "y": 2, "w": 1.75},
+ {"matrix": [4, 4], "x": 5.75, "y": 2},
+ {"matrix": [4, 5], "x": 6.75, "y": 2},
+ {"matrix": [4, 6], "x": 7.75, "y": 2},
+ {"matrix": [4, 7], "x": 8.75, "y": 2},
+ {"matrix": [4, 8], "x": 9.75, "y": 2},
+ {"matrix": [5, 0], "x": 10.75, "y": 2},
+ {"matrix": [5, 1], "x": 11.75, "y": 2},
+ {"matrix": [5, 2], "x": 12.75, "y": 2},
+ {"matrix": [5, 3], "x": 13.75, "y": 2},
+ {"matrix": [5, 4], "x": 14.75, "y": 2},
+ {"matrix": [5, 5], "x": 15.75, "y": 2},
+ {"matrix": [5, 6], "x": 16.75, "y": 2, "w": 2.25},
+
+ {"matrix": [5, 7], "x": 0, "y": 3},
+ {"matrix": [5, 8], "x": 1, "y": 3},
+ {"matrix": [6, 0], "x": 2, "y": 3},
+ {"matrix": [6, 1], "x": 3, "y": 3, "h": 2},
+ {"matrix": [6, 2], "x": 4, "y": 3, "w": 2.25},
+ {"matrix": [6, 3], "x": 6.25, "y": 3},
+ {"matrix": [6, 4], "x": 7.25, "y": 3},
+ {"matrix": [6, 5], "x": 8.25, "y": 3},
+ {"matrix": [6, 6], "x": 9.25, "y": 3},
+ {"matrix": [6, 7], "x": 10.25, "y": 3},
+ {"matrix": [6, 8], "x": 11.25, "y": 3},
+ {"matrix": [7, 0], "x": 12.25, "y": 3},
+ {"matrix": [7, 1], "x": 13.25, "y": 3},
+ {"matrix": [7, 2], "x": 14.25, "y": 3},
+ {"matrix": [7, 3], "x": 15.25, "y": 3},
+ {"matrix": [7, 4], "x": 16.25, "y": 3, "w": 2.75},
+
+ {"matrix": [7, 5], "x": 0, "y": 4, "w": 2},
+ {"matrix": [7, 6], "x": 2, "y": 4},
+ {"matrix": [7, 7], "x": 4, "y": 4, "w": 1.25},
+ {"matrix": [7, 8], "x": 5.25, "y": 4, "w": 1.25},
+ {"matrix": [8, 0], "x": 6.5, "y": 4, "w": 1.25},
+ {"matrix": [8, 1], "x": 7.75, "y": 4, "w": 6.25},
+ {"matrix": [8, 2], "x": 14, "y": 4, "w": 1.25},
+ {"matrix": [8, 3], "x": 15.25, "y": 4, "w": 1.25},
+ {"matrix": [8, 4], "x": 16.5, "y": 4, "w": 1.25},
+ {"matrix": [8, 5], "x": 17.75, "y": 4, "w": 1.25}
]
}
}
diff --git a/keyboards/holyswitch/southpaw75/southpaw75.c b/keyboards/holyswitch/southpaw75/southpaw75.c
deleted file mode 100644
index 9024602277..0000000000
--- a/keyboards/holyswitch/southpaw75/southpaw75.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2020 mechmerlin
- *
- * 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 "southpaw75.h"
diff --git a/keyboards/holyswitch/southpaw75/southpaw75.h b/keyboards/holyswitch/southpaw75/southpaw75.h
deleted file mode 100644
index 0fd4ee0c00..0000000000
--- a/keyboards/holyswitch/southpaw75/southpaw75.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright 2020 drewguy
- *
- * 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
-
-#include "quantum.h"
-
-#define LAYOUT( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K10, K11, K12, K13, K14, K15, K16, K17, K18, \
- K20, K21, K22, K23, K24, K25, K26, K27, K28, K30, K31, K32, K33, K34, K35, K36, K37, K38, \
- K40, K41, K42, K43, K44, K45, K46, K47, K48, K50, K51, K52, K53, K54, K55, K56, \
- K57, K58, K60, K61, K62, K63, K64, K65, K66, K67, K68, K70, K71, K72, K73, K74, \
- K75, K76, K77, K78, K80, K81, K82, K83, K84, K85 \
-) { \
- { K00, K01, K02, K03, K04, K05, K06, K07, K08 }, \
- { K10, K11, K12, K13, K14, K15, K16, K17, K18 }, \
- { K20, K21, K22, K23, K24, K25, K26, K27, K28 }, \
- { K30, K31, K32, K33, K34, K35, K36, K37, K38 }, \
- { K40, K41, K42, K43, K44, K45, K46, K47, K48 }, \
- { K50, K51, K52, K53, K54, K55, K56, K57, K58 }, \
- { K60, K61, K62, K63, K64, K65, K66, K67, K68 }, \
- { K70, K71, K72, K73, K74, K75, K76, K77, K78 }, \
- { K80, K81, K82, K83, K84, K85, KC_NO, KC_NO, KC_NO }, \
-}