diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/template/avr/rules.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index 4053484219..2ea91a3013 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk @@ -27,6 +27,6 @@ BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality  RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow  MIDI_ENABLE = no            # MIDI support  BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID -AUDIO_ENABLE = no           # Audio output on port C6 +AUDIO_ENABLE = no           # Audio output  FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches  HD44780_ENABLE = no         # Enable support for HD44780 based LCDs | 
