1
0

Migrate features from rules.mk to data drive - LMN (#23277)

This commit is contained in:
Joel Challis
2024-03-15 01:42:33 +00:00
committed by GitHub
parent 539fa21bf8
commit 80b72487ce
346 changed files with 1572 additions and 2173 deletions

View File

@@ -64,6 +64,15 @@
"driver": "ws2812",
"max_brightness": 200
},
"features": {
"bootmagic": true,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"],
"rows": ["A7", "B0", "B1", "B2", "B10", "B11"]

View File

@@ -1,11 +0,0 @@
RGB_MATRIX_ENABLE = yes
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output