diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-30 14:49:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-30 14:49:11 +0000 |
commit | 1667f1375b8826eeb3abd197417157f8fb0ba442 (patch) | |
tree | 54af9f9a8a8f57ef3a9ba1ecfc4b24a8633e85ef /keyboards/handwired/magicforce68 | |
parent | e5d48f6d16f00895464add8e52d0c4b1a033228e (diff) | |
parent | 292b7b3835c5518cdb90bc7d5b1d3030292ddbf8 (diff) | |
download | qmk_firmware-1667f1375b8826eeb3abd197417157f8fb0ba442.tar.gz qmk_firmware-1667f1375b8826eeb3abd197417157f8fb0ba442.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/magicforce68')
-rw-r--r-- | keyboards/handwired/magicforce68/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/magicforce68/rules.mk b/keyboards/handwired/magicforce68/rules.mk index c09e23c7dc..0f5e7479f6 100644 --- a/keyboards/handwired/magicforce68/rules.mk +++ b/keyboards/handwired/magicforce68/rules.mk @@ -8,9 +8,9 @@ BOOTLOADER = caterina # change yes to no to disable # BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = yes # Console for debug(+400) +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |