Integrating Peter Fleury's HD44780 LCD library (#3209)
[jackhill/qmk/firmware.git] / quantum / quantum.c
index b9934ae..2bd2c71 100644 (file)
@@ -1187,6 +1187,10 @@ void backlight_set(uint8_t level) {}
 
 #endif // backlight
 
+#ifdef HD44780_ENABLED
+#include "hd44780.h"
+#endif
+
 
 // Functions for spitting out values
 //