1
0

Data-Driven Keyboard Conversions: D (#23461)

This commit is contained in:
James Young
2024-04-12 22:33:49 -07:00
committed by GitHub
parent 43a122e050
commit 8ad3a36fb6
123 changed files with 486 additions and 747 deletions

View File

@@ -8,15 +8,6 @@
"force_nkro": true
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"oled": true,
"rgb_matrix": true,
"encoder": true
},
"build": {
"lto": true
},

View File

@@ -3,6 +3,13 @@
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"oled": true,
"rgb_matrix": true,
"encoder": true,
"grave_esc": false,
"space_cadet": false,
"magic": false

View File

@@ -17,5 +17,14 @@
"pin": "A10"
},
"processor": "STM32F103",
"bootloader": "stm32duino"
"bootloader": "stm32duino",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"oled": true,
"rgb_matrix": true,
"encoder": true
}
}

View File

@@ -12,7 +12,9 @@
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true
"rgb_matrix": true,
"oled": true,
"encoder": true
},
"matrix_pins": {
"cols": ["F5", "F4", "F1", "F0", "B7", "B6", "B5", "B4"],

View File

@@ -1,3 +1 @@
OLED_ENABLE = yes
ENCODER_ENABLE = yes
RGB_MATRIX_CUSTOM_KB = yes
RGB_MATRIX_CUSTOM_KB = yes