forked from mirror/qmk_firmware
Data-Driven Keyboard Conversions: D (#23461)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
OLED_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
|
||||
Reference in New Issue
Block a user