aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r--quantum/template/avr/rules.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk
index 0ed05e71b..bb2bd14f9 100644
--- a/quantum/template/avr/rules.mk
+++ b/quantum/template/avr/rules.mk
@@ -23,10 +23,10 @@ BOOTLOADER = atmel-dfu
23# Build Options 23# Build Options
24# change yes to no to disable 24# change yes to no to disable
25# 25#
26BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) 26BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
27MOUSEKEY_ENABLE = yes # Mouse keys(+4700) 27MOUSEKEY_ENABLE = yes # Mouse keys
28EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 28EXTRAKEY_ENABLE = yes # Audio control and System control
29CONSOLE_ENABLE = yes # Console for debug(+400) 29CONSOLE_ENABLE = yes # Console for debug
30COMMAND_ENABLE = yes # Commands for debug and configuration 30COMMAND_ENABLE = yes # Commands for debug and configuration
31# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 31# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
32SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 32SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
@@ -34,9 +34,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
34NKRO_ENABLE = no # USB Nkey Rollover 34NKRO_ENABLE = no # USB Nkey Rollover
35BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 35BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
36RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 36RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
37MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) 37MIDI_ENABLE = no # MIDI support
38UNICODE_ENABLE = no # Unicode
39BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 38BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
40AUDIO_ENABLE = no # Audio output on port C6 39AUDIO_ENABLE = no # Audio output on port C6
41FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 40FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
42HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) 41HD44780_ENABLE = no # Enable support for HD44780 based LCDs