diff options
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r-- | quantum/template/avr/rules.mk | 13 |
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 | # |
26 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 26 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
27 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 27 | MOUSEKEY_ENABLE = yes # Mouse keys |
28 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 28 | EXTRAKEY_ENABLE = yes # Audio control and System control |
29 | CONSOLE_ENABLE = yes # Console for debug(+400) | 29 | CONSOLE_ENABLE = yes # Console for debug |
30 | COMMAND_ENABLE = yes # Commands for debug and configuration | 30 | COMMAND_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 |
32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
@@ -34,9 +34,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
34 | NKRO_ENABLE = no # USB Nkey Rollover | 34 | NKRO_ENABLE = no # USB Nkey Rollover |
35 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 35 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
36 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 36 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
37 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | 37 | MIDI_ENABLE = no # MIDI support |
38 | UNICODE_ENABLE = no # Unicode | ||
39 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 38 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
40 | AUDIO_ENABLE = no # Audio output on port C6 | 39 | AUDIO_ENABLE = no # Audio output on port C6 |
41 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 40 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
42 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 41 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |