diff options
Diffstat (limited to 'quantum/template/Makefile')
-rw-r--r-- | quantum/template/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/quantum/template/Makefile b/quantum/template/Makefile index 87e4c2d2b..3f6d133c9 100644 --- a/quantum/template/Makefile +++ b/quantum/template/Makefile | |||
@@ -53,20 +53,20 @@ OPT_DEFS += -DBOOTLOADER_SIZE=512 | |||
53 | # Build Options | 53 | # Build Options |
54 | # change yes to no to disable | 54 | # change yes to no to disable |
55 | # | 55 | # |
56 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 56 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) |
57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 57 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) |
58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 58 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) |
59 | CONSOLE_ENABLE = yes # Console for debug(+400) | 59 | CONSOLE_ENABLE ?= yes # Console for debug(+400) |
60 | COMMAND_ENABLE = yes # Commands for debug and configuration | 60 | COMMAND_ENABLE ?= yes # Commands for debug and configuration |
61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 61 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
62 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 62 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend |
63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 63 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
64 | NKRO_ENABLE = no # USB Nkey Rollover | 64 | NKRO_ENABLE ?= no # USB Nkey Rollover |
65 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 65 | BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality on B7 by default |
66 | MIDI_ENABLE = no # MIDI controls | 66 | MIDI_ENABLE ?= no # MIDI controls |
67 | UNICODE_ENABLE = no # Unicode | 67 | UNICODE_ENABLE ?= no # Unicode |
68 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 68 | BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID |
69 | AUDIO_ENABLE = no # Audio output on port C6 | 69 | AUDIO_ENABLE ?= no # Audio output on port C6 |
70 | 70 | ||
71 | ifndef QUANTUM_DIR | 71 | ifndef QUANTUM_DIR |
72 | include ../../Makefile | 72 | include ../../Makefile |