Migrate features from rules.mk to DD (#23202)
This commit is contained in:
parent
8e5cd981e1
commit
f1a279810f
54 changed files with 240 additions and 329 deletions
|
@ -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"]
|
|
@ -1,4 +0,0 @@
|
|||
EXTRAKEY_ENABLE = yes
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
CONSOLE_ENABLE = yes
|
||||
COMMAND_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue