Migrate build target markers to keyboard.json - S (#23532)

This commit is contained in:
Joel Challis 2024-04-17 03:15:02 +01:00 committed by GitHub
parent e869c80af7
commit 36a6f2ba3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 261 additions and 525 deletions

View file

@ -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"],

View file

@ -1,2 +0,0 @@
OLED_ENABLE = yes
WPM_ENABLE = yes

View file

@ -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"],

View file

@ -1,2 +0,0 @@
OLED_ENABLE = yes
WPM_ENABLE = yes