forked from mirror/qmk_firmware
Migrate features from rules.mk to DD (#23202)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user