Migrate features from rules.mk to data driven - UVWXYZ (#23287)

This commit is contained in:
Joel Challis
2024-03-15 22:23:40 +00:00
committed by GitHub
parent 68e8d74188
commit 24d824aae4
264 changed files with 1180 additions and 1605 deletions

View File

@@ -7,6 +7,15 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": true
},
"matrix_pins": {
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "F7", "F6", "F5", "F4", "F1", "F0"],
"rows": ["B0", "B1", "B2", "B3", "B7"]

View File

@@ -1,13 +0,0 @@
# Build Options
# change yes to no to disable
#
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
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 = yes # Enable N-Key Rollover
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no