forked from mirror/qmk_firmware
Migrate build target markers to keyboard.json - S (#23532)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user