diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-10 17:16:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 17:16:09 +1000 |
commit | b2fdd4874434ef6921a436fc82d9f24909c726f8 (patch) | |
tree | 0348596d5938326e95c09270d209556bbe60ba72 /quantum | |
parent | cfc7ee61c5cb9822a1195028681b928bbeac2fd3 (diff) | |
download | qmk_firmware-b2fdd4874434ef6921a436fc82d9f24909c726f8.tar.gz qmk_firmware-b2fdd4874434ef6921a436fc82d9f24909c726f8.zip |
Add ST7565 LCD driver (#13089)
Co-authored-by: Joakim Tufvegren <jocke@barbanet.com>
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index e4a7c5723..66ba96fde 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -176,6 +176,10 @@ extern layer_state_t layer_state; | |||
176 | # include "oled_driver.h" | 176 | # include "oled_driver.h" |
177 | #endif | 177 | #endif |
178 | 178 | ||
179 | #ifdef ST7565_ENABLE | ||
180 | # include "st7565.h" | ||
181 | #endif | ||
182 | |||
179 | #ifdef DIP_SWITCH_ENABLE | 183 | #ifdef DIP_SWITCH_ENABLE |
180 | # include "dip_switch.h" | 184 | # include "dip_switch.h" |
181 | #endif | 185 | #endif |