diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-11-30 09:01:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 01:01:10 +0000 |
commit | 90fe668dd976743b33bbc30c7a560d827df21cc0 (patch) | |
tree | ae6cf8c9bd996494051049c81c860b36c5c1111f /keyboards | |
parent | 4a87af0e9af046d5fc00d930476920c0c34a57a7 (diff) |
Enable bootmagic (#19191)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/work_louder/micro/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/work_louder/micro/info.json b/keyboards/work_louder/micro/info.json index aee775e3d2..1417ba0cde 100644 --- a/keyboards/work_louder/micro/info.json +++ b/keyboards/work_louder/micro/info.json @@ -4,7 +4,7 @@ "bootloader": "atmel-dfu", "diode_direction": "COL2ROW", "features": { - "bootmagic": false, + "bootmagic": true, "command": false, "console": false, "extrakey": true, |