Migrate build target markers to keyboard.json - S (#23532)
This commit is contained in:
parent
e869c80af7
commit
36a6f2ba3c
72 changed files with 261 additions and 525 deletions
|
|
@ -10,7 +10,9 @@
|
|||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"wpm": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B12", "A15", "B3", "B2", "B0", "A7", "A5", "A4", "A3", "A2", "A1", "F1", "A0", "A8", "A10"],
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
OLED_ENABLE = yes
|
||||
WPM_ENABLE = yes
|
||||
|
|
@ -10,7 +10,9 @@
|
|||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"wpm": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "B3", "A15", "A10", "A8", "B14", "B12", "B10", "A5", "A4", "A3", "B0", "A7", "C15", "B5"],
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
OLED_ENABLE = yes
|
||||
WPM_ENABLE = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue