1
0
Fork 0

Migrate features from rules.mk to data driven - EFGH (#23248)

This commit is contained in:
Joel Challis 2024-03-15 01:42:55 +00:00 committed by GitHub
parent 80b72487ce
commit 01473075f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
514 changed files with 2258 additions and 3158 deletions

View file

@ -8,6 +8,16 @@
"pid": "0x422D",
"device_version": "0.0.1"
},
"features": {
"backlight": true,
"bootmagic": false,
"command": true,
"console": false,
"extrakey": true,
"mousekey": false,
"nkro": false,
"rgblight": true
},
"matrix_pins": {
"cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2"],
"rows": ["B0", "B1", "B2", "B3", "B5", "B6", "B7"]

View file

@ -1,10 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = yes
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes