forked from mirrors/qmk_firmware
[Keyboard] Fix typo in Redox config (#22899)
This commit is contained in:
parent
eb7ecae4b4
commit
6e1e62936e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.0"
|
||||||
},
|
},
|
||||||
"features":{
|
"features":{
|
||||||
"bootmgaic": true,
|
"bootmagic": true,
|
||||||
"command": true,
|
"command": true,
|
||||||
"console": false,
|
"console": false,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
|
|
Loading…
Reference in a new issue