diff options
Diffstat (limited to 'keyboard/planck/planck.h')
| -rw-r--r-- | keyboard/planck/planck.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h index 32c08f3b0..e775ea7c6 100644 --- a/keyboard/planck/planck.h +++ b/keyboard/planck/planck.h | |||
| @@ -3,7 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | #include "matrix.h" | 4 | #include "matrix.h" |
| 5 | #include "keymap_common.h" | 5 | #include "keymap_common.h" |
| 6 | // #include "backlight.h" | 6 | #ifdef BACKLIGHT_ENABLE |
| 7 | #include "backlight.h" | ||
| 8 | #endif | ||
| 7 | #include <stddef.h> | 9 | #include <stddef.h> |
| 8 | #ifdef MIDI_ENABLE | 10 | #ifdef MIDI_ENABLE |
| 9 | #include <keymap_midi.h> | 11 | #include <keymap_midi.h> |
