Move matrix config to info.json, part 8 (#20030)
This commit is contained in:
parent
4b1f0e8daa
commit
1022afa6c2
536 changed files with 1507 additions and 3196 deletions
|
@ -16,11 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_ROW_PINS { A10, A9, A8, B14, B13, A2 }
|
||||
#define MATRIX_COL_PINS { A3, A4, A5, A6, A7, B0, B1, B2, B12, A15, B3, B4, B5, B6, B7, B8, C13, C14, C15, A0}
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define RGB_DI_PIN B15
|
||||
|
||||
#ifdef RGB_DI_PIN
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x0101",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A3", "A4", "A5", "A6", "A7", "B0", "B1", "B2", "B12", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "C13", "C14", "C15", "A0"],
|
||||
"rows": ["A10", "A9", "A8", "B14", "B13", "A2"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "B10",
|
||||
"num_lock": "B9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue