logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 6e1e62936e7470b56f077ade411ae1c97c1a4bd2
parent eb7ecae4b424834026790d2b5fef9e936184b609
Author: Drashna Jaelre <drashna@live.com>
Date:   Sat, 13 Jan 2024 14:31:04 -0800

[Keyboard] Fix typo in Redox config (#22899)


Diffstat:

Mkeyboards/redox/rev1/info.json2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/redox/rev1/info.json b/keyboards/redox/rev1/info.json @@ -9,7 +9,7 @@ "device_version": "1.0.0" }, "features":{ - "bootmgaic": true, + "bootmagic": true, "command": true, "console": false, "mousekey": true,