mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 06:32:01 +00:00
Remove default features values
This commit is contained in:
parent
25efc8ea8e
commit
ea6ddf0fc8
@ -13,14 +13,10 @@
|
|||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"lto": true,
|
|
||||||
"mousekey": false,
|
"mousekey": false,
|
||||||
"extrakey": false,
|
"extrakey": false,
|
||||||
"console": false,
|
"console": false,
|
||||||
"backlight": false,
|
|
||||||
"rgblight": true,
|
"rgblight": true,
|
||||||
"audio": false,
|
|
||||||
"encoder": false,
|
|
||||||
"nkro": true
|
"nkro": true
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
Loading…
Reference in New Issue
Block a user