fix: disables boot magic
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled

This commit is contained in:
Florian Didron
2025-05-21 15:38:30 +07:00
parent c5759665cd
commit 6172b4cb3a
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
},
"features": {
"audio": true,
"bootmagic": true,
"bootmagic": false,
"command": true,
"console": true,
"deferred_exec": true,

View File

@@ -14,7 +14,7 @@
}
},
"features": {
"bootmagic": true,
"bootmagic": false,
"caps_word": true,
"deferred_exec": true,
"mousekey": true,