summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/rules.mk
diff options
context:
space:
mode:
authorMax Audron <audron@ejected.space>2018-07-15 19:31:45 +0200
committerJack Humbert <jack.humb@gmail.com>2018-07-15 19:31:45 +0200
commitbbea9dadbcc92c4005188860a44c7b9e2479be2e (patch)
tree6771bf1efda890e5747fb48db5ff4b1182051f38 /quantum/template/avr/rules.mk
parent81756d7b219fc2c869c043ee606d491a1e77e1c1 (diff)
downloadqmk_firmware-bbea9dadbcc92c4005188860a44c7b9e2479be2e.tar.gz
qmk_firmware-bbea9dadbcc92c4005188860a44c7b9e2479be2e.tar.xz
Integrating Peter Fleury's HD44780 LCD library (#3209)
* integrated Peter Fleury's LCD library for HD44780 LCDs * fixed typo * cleanup finished * add documentation * added HD44780 documentation * removed keyboard from .gitmodules * resolved merge conflict * removed edit of kira75s rules.mk made by merge * moved hd44780 to drivers/avr * Added licence info to hd44780 files * Added link to hd44780 docs.
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r--quantum/template/avr/rules.mk1
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)