diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-15 14:24:26 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-24 00:34:16 +0300 |
| commit | ff49259a1a965f13761d8f1dda4813a2aa87d718 (patch) | |
| tree | 62ac44c3ecd5b6759bff4152f39e81f552efe1f7 | |
| parent | b0094e631ee9d4b145e69b6cacd2535e27850ea6 (diff) | |
| download | qmk_firmware-ff49259a1a965f13761d8f1dda4813a2aa87d718.tar.gz qmk_firmware-ff49259a1a965f13761d8f1dda4813a2aa87d718.zip | |
Include config.h from visualizer.h
| -rw-r--r-- | quantum/visualizer/visualizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/visualizer/visualizer.h b/quantum/visualizer/visualizer.h index 1c567440f..90ecdcbae 100644 --- a/quantum/visualizer/visualizer.h +++ b/quantum/visualizer/visualizer.h | |||
| @@ -28,6 +28,7 @@ SOFTWARE. | |||
| 28 | #include <stdint.h> | 28 | #include <stdint.h> |
| 29 | #include <stdbool.h> | 29 | #include <stdbool.h> |
| 30 | 30 | ||
| 31 | #include "config.h" | ||
| 31 | #include "gfx.h" | 32 | #include "gfx.h" |
| 32 | 33 | ||
| 33 | #ifdef LCD_BACKLIGHT_ENABLE | 34 | #ifdef LCD_BACKLIGHT_ENABLE |
