forked from mirror/qmk_firmware
Data-Driven Keyboard Conversions: 0-9 (#23357)
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
"rgblight": true,
|
||||
"key_lock": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
@@ -1,4 +0,0 @@
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
KEY_LOCK_ENABLE = yes
|
||||
@@ -32,7 +32,8 @@
|
||||
"extrakey": true,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
"rgblight": true,
|
||||
"key_lock": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
@@ -1,8 +1,2 @@
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
KEY_LOCK_ENABLE = yes
|
||||
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -p FFFF -v FFFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user