diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-03-19 04:28:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 10:28:13 -0700 |
commit | 76d8558b1a11e93193dec7d444f4d783ab97f1a5 (patch) | |
tree | 3705790636fc024f68896afba13f55680bf6d60a /keyboards/tkc1800/rules.mk | |
parent | 8123dd264933879d5eb34c82c837e94d860c5c3f (diff) |
VIA support for TKC1800 (#8178)
* VIA support for TKC1800
* Fixed VENDOR_ID
Diffstat (limited to 'keyboards/tkc1800/rules.mk')
-rw-r--r-- | keyboards/tkc1800/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tkc1800/rules.mk b/keyboards/tkc1800/rules.mk index 60140160c2..7cc3bbe20b 100644 --- a/keyboards/tkc1800/rules.mk +++ b/keyboards/tkc1800/rules.mk @@ -14,11 +14,11 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # 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 |