Move matrix config to info.json, part 5 (#20003)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
1022afa6c2
commit
e933e0411f
683 changed files with 1764 additions and 4315 deletions
|
@ -15,8 +15,4 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
/* Pancake default pinout */
|
||||
#define MATRIX_ROW_PINS { B5, D7, C6, D0 }
|
||||
#define MATRIX_COL_PINS { C7, D6, B7, B6, F0, D2, D3, F1, F4, F5, F6, F7 }
|
||||
|
||||
#define VIA_HAS_BROKEN_KEYCODES
|
||||
|
|
7
keyboards/spaceman/pancake/rev1/feather/info.json
Normal file
7
keyboards/spaceman/pancake/rev1/feather/info.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"],
|
||||
"rows": ["B5", "D7", "C6", "D0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue