diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-06 19:18:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-06 19:18:04 +0000 |
commit | 4acfa14df1be047526efb7aca4012d58a03ec1bc (patch) | |
tree | 7c411fd3334a3085ea8df195a769af209484efd1 /keyboards/handwired/videowriter/rules.mk | |
parent | 354262dfe9047e5db22086787c57dbd3796f3cc9 (diff) | |
parent | b953a585d6155589cecc7d406032690ab966fb7a (diff) | |
download | qmk_firmware-4acfa14df1be047526efb7aca4012d58a03ec1bc.tar.gz qmk_firmware-4acfa14df1be047526efb7aca4012d58a03ec1bc.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/videowriter/rules.mk')
-rw-r--r-- | keyboards/handwired/videowriter/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/videowriter/rules.mk b/keyboards/handwired/videowriter/rules.mk index 99931790ce..b75d378449 100644 --- a/keyboards/handwired/videowriter/rules.mk +++ b/keyboards/handwired/videowriter/rules.mk @@ -14,11 +14,11 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 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 +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # 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 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |