1
0
Fork 0

Migrate features from rules.mk to DD (#23202)

This commit is contained in:
Joel Challis 2024-03-14 03:57:48 +00:00 committed by GitHub
parent 8e5cd981e1
commit f1a279810f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 240 additions and 329 deletions

View file

@ -8,6 +8,16 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"leader": true,
"mousekey": true,
"nkro": false
},
"matrix_pins": {
"cols": ["C0", "C1", "C2", "C3", "C4", "C5"],
"rows": ["B0", "B1", "D7", "B2", "D6", "B3", "D5", "B4", "D4", "B5"]

View file

@ -1,15 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no
AUDIO_ENABLE = no
FAUXCLICKY_ENABLE = no
ENCODER_ENABLE = yes
LEADER_ENABLE = yes