1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
264 changed files with 1180 additions and 1605 deletions

View file

@ -8,6 +8,16 @@
"pid": "0xE600",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["A10", "A9", "A8", "B12", "A15", "A13", "A7", "A2", "A1", "A0", "F1", "F0", "B3", "B4", "B5"],
"rows": ["C13", "C14", "A5", "A4", "A3"]

View file

@ -1,14 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # 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 = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = no # Enables the use of OLED displays