diff options
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r-- | quantum/template/avr/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index 45eb6ee37..d567544c7 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk @@ -66,3 +66,4 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |