diff options
author | HASU <18438880@qq.com> | 2020-08-18 12:36:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:36:16 -0700 |
commit | 613e5752d70758d3e0d9a37837efeb2175b74e75 (patch) | |
tree | eb7e08a966c889bbfd18eada4ee6d6b66aaf693a /keyboards/latinpad | |
parent | 4c82a40a0a2bbcff4dd242a872297e7b20398c99 (diff) | |
download | qmk_firmware-613e5752d70758d3e0d9a37837efeb2175b74e75.tar.gz qmk_firmware-613e5752d70758d3e0d9a37837efeb2175b74e75.zip |
latinpad ADD BOOTMAGIC_ENABLE = lite (#10056)
* Update rules.mk
* Update config.h
* Update keyboards/latinpad/config.h
Diffstat (limited to 'keyboards/latinpad')
-rw-r--r-- | keyboards/latinpad/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/latinpad/rules.mk b/keyboards/latinpad/rules.mk index 47208aec2e..8d948b706a 100644 --- a/keyboards/latinpad/rules.mk +++ b/keyboards/latinpad/rules.mk @@ -13,7 +13,7 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug |