Migrate features from rules.mk to DD (#23202)

This commit is contained in:
Joel Challis
2024-03-14 03:57:48 +00:00
committed by GitHub
parent 8e5cd981e1
commit f1a279810f
54 changed files with 240 additions and 329 deletions

View File

@@ -67,6 +67,15 @@
"sleep": true
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": false,
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["F4", "D7"],
"rows": ["F6"]

View File

@@ -1,13 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes # Enable RGB matrix
AUDIO_ENABLE = no # Audio output