mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-20 04:42:51 +01:00
Migrate features from rules.mk to data drive - LMN (#23277)
This commit is contained in:
+10
@@ -26,6 +26,16 @@
|
||||
"ws2812": {
|
||||
"pin": "F7"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"rgblight": true,
|
||||
"unicode": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "D4", "B5", "B6", "B2", "F6"],
|
||||
"rows": ["F5"]
|
||||
@@ -1,13 +0,0 @@
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
UNICODE_ENABLE = yes # Unicode
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
Reference in New Issue
Block a user