diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-05 21:00:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-05 21:00:29 +0000 |
commit | e2ab5056f1a799d583ebdb3cc949af503ddcd873 (patch) | |
tree | ed09cafd7c4f3391f64467078cd566222b27cd34 /data/templates | |
parent | ab76e6ab590580c799a2d7ddf308146012b3107b (diff) | |
parent | b202e593226c2dd88b922e99c0c7ba8db401003e (diff) | |
download | qmk_firmware-e2ab5056f1a799d583ebdb3cc949af503ddcd873.tar.gz qmk_firmware-e2ab5056f1a799d583ebdb3cc949af503ddcd873.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/keyboard/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/keyboard/info.json b/data/templates/keyboard/info.json index 777ceb3bd8..65f935fb42 100644 --- a/data/templates/keyboard/info.json +++ b/data/templates/keyboard/info.json @@ -15,11 +15,11 @@ "device_version": "1.0.0" }, "features": { - "bootmagic_lite": true, + "bootmagic": true, "command": false, "console": false, "extrakey": true, "mousekey": true, "nkro": true } -}
\ No newline at end of file +} |