1
0
Fork 0

Move matrix config to info.json, part 6 (#20019)

This commit is contained in:
Ryan 2023-03-11 00:32:05 +11:00 committed by GitHub
parent 9e64300e67
commit 76cc7fe109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
702 changed files with 1779 additions and 5015 deletions

View file

@ -19,12 +19,3 @@
#define EE_HANDS
#define SPLIT_USB_DETECT
/* pin-out */
#define MATRIX_ROW_PINS { E6, F1, F0, F4, F5, F6, F7 }
#define MATRIX_COL_PINS { B4, B5, D7, B6, C6, D6 }
#define MATRIX_ROW_PINS_RIGHT { B5, B4, D7, B6, C6, D6, D4 }
#define MATRIX_COL_PINS_RIGHT { C7, F7, F6, F5, F4, F1 }
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL

View file

@ -8,6 +8,19 @@
"pid": "0x2718",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["B4", "B5", "D7", "B6", "C6", "D6"],
"rows": ["E6", "F1", "F0", "F4", "F5", "F6", "F7"]
},
"diode_direction": "ROW2COL",
"split": {
"matrix_pins": {
"right": {
"cols": ["C7", "F7", "F6", "F5", "F4", "F1"],
"rows": ["B5", "B4", "D7", "B6", "C6", "D6", "D4"]
}
}
},
"indicators": {
"caps_lock": "D1",
"scroll_lock": "D2"