summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/lfkpad/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-08 22:16:56 +0000
committerQMK Bot <hello@qmk.fm>2021-01-08 22:16:56 +0000
commitae06235e46cdf2950e81211dfd45e234f56a9473 (patch)
tree28646f6d95d2f11cc545b4a0162fcde9cf736cc6 /keyboards/lfkeyboards/lfkpad/rules.mk
parent2af7a724e1b310161b482ef8ab40dcb6e7cd7234 (diff)
parent1be7485fa4d757ffef19611fc7ec04176280571c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lfkeyboards/lfkpad/rules.mk')
-rw-r--r--keyboards/lfkeyboards/lfkpad/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/lfkeyboards/lfkpad/rules.mk b/keyboards/lfkeyboards/lfkpad/rules.mk
index 0e723f2f4d..996d822f3a 100644
--- a/keyboards/lfkeyboards/lfkpad/rules.mk
+++ b/keyboards/lfkeyboards/lfkpad/rules.mk
@@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
-BOOTMAGIC_ENABLE = no # 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
@@ -30,6 +30,8 @@ MIDI_ENABLE = no # MIDI support
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
+UNICODE_ENABLE = no # Unicode
+TAP_DANCE_ENABLE = no
ISSI_ENABLE = yes # If the I2C pullup resistors aren't installed this must be disabled
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan() isn't run every 250ms