aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kmac
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-30 16:09:52 -0400
committerGitHub <noreply@github.com>2017-06-30 16:09:52 -0400
commitb476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch)
tree994017c60f209efc34a522c428fa3397d1198a0c /keyboards/kmac
parent61ef949576fb64e3c57c3381875708893e4b3f96 (diff)
downloadqmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.tar.gz
qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.zip
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/kmac')
-rw-r--r--keyboards/kmac/rules.mk28
1 files changed, 14 insertions, 14 deletions
diff --git a/keyboards/kmac/rules.mk b/keyboards/kmac/rules.mk
index 2305de412..41b16979d 100644
--- a/keyboards/kmac/rules.mk
+++ b/keyboards/kmac/rules.mk
@@ -54,19 +54,19 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
54# Build Options 54# Build Options
55# change yes to no to disable 55# change yes to no to disable
56# 56#
57BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) 57BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
58MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) 58MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
59EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) 59EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
60CONSOLE_ENABLE ?= no # Console for debug(+400) 60CONSOLE_ENABLE = no # Console for debug(+400)
61COMMAND_ENABLE ?= yes # Commands for debug and configuration 61COMMAND_ENABLE = yes # Commands for debug and configuration
62CUSTOM_MATRIX ?= yes # Custom matrix file 62CUSTOM_MATRIX = yes # Custom matrix file
63# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 63# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
64SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend 64SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
65# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 65# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
66NKRO_ENABLE ?= yes # USB Nkey Rollover 66NKRO_ENABLE = yes # USB Nkey Rollover
67BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality 67BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
68MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config) 68MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
69UNICODE_ENABLE ?= no # Unicode 69UNICODE_ENABLE = no # Unicode
70BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID 70BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
71AUDIO_ENABLE ?= no # Audio output on port C6 71AUDIO_ENABLE = no # Audio output on port C6
72FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches 72FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches