mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +00:00
fix: disables boot magic
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"features": {
|
||||
"audio": true,
|
||||
"bootmagic": true,
|
||||
"bootmagic": false,
|
||||
"command": true,
|
||||
"console": true,
|
||||
"deferred_exec": true,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"bootmagic": false,
|
||||
"caps_word": true,
|
||||
"deferred_exec": true,
|
||||
"mousekey": true,
|
||||
|
||||
Reference in New Issue
Block a user