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,14 @@
"pid": "0x2019",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": true,
"console": true,
"extrakey": true,
"mousekey": false,
"nkro": true
},
"matrix_pins": {
"cols": ["C6", "D7", "E6", "B4"],
"rows": ["D1", "D0", "D4"]

View file

@ -1,4 +0,0 @@
EXTRAKEY_ENABLE = yes
NKRO_ENABLE = yes # Enable N-Key Rollover
CONSOLE_ENABLE = yes
COMMAND_ENABLE = yes