diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-06-21 11:11:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 20:11:37 -0700 |
commit | c11499603412c1b7cd182d0f97ec772b46f2188b (patch) | |
tree | 78fc527ccfd4b0dccba219a01d7f2445dd9b1053 /keyboards/idobao/id75/v1 | |
parent | 3077123bf0943da96be94bc368d8e6b9f3496736 (diff) | |
download | qmk_firmware-c11499603412c1b7cd182d0f97ec772b46f2188b.tar.gz qmk_firmware-c11499603412c1b7cd182d0f97ec772b46f2188b.zip |
[Keyboard] Add more bootloader options for id75 (#17441)
Diffstat (limited to 'keyboards/idobao/id75/v1')
-rw-r--r-- | keyboards/idobao/id75/v1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/idobao/id75/v1/rules.mk b/keyboards/idobao/id75/v1/rules.mk index 0ce4fe96d9..55abfaffe2 100644 --- a/keyboards/idobao/id75/v1/rules.mk +++ b/keyboards/idobao/id75/v1/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |