Data-Driven Keyboard Conversions: M, Part 3 (#23614)

This commit is contained in:
James Young
2024-04-25 21:41:09 -07:00
committed by GitHub
parent 1d455fc5f3
commit 42f61611e8
30 changed files with 109 additions and 193 deletions
+7
View File
@@ -8,6 +8,13 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"backlight": true,
"rgblight": true
},
"backlight": {
"pin": "D4"
},
-11
View File
@@ -1,14 +1,3 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
# custom matrix setup
CUSTOM_MATRIX = lite
SRC = matrix.c