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

@ -36,6 +36,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"mousekey": false,
"nkro": false,
"rgblight": true
},
"matrix_pins": {
"direct": [
["D2", "D4", "C6", "E6", "F5", "B1", "D3", "D7", "B4", "F6", "B3", "B5", "F7", "F4"]

View file

@ -1,10 +0,0 @@
# Build Options
# change yes to no to disable
#
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
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
ENCODER_ENABLE = yes