diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-01-20 00:06:52 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-20 00:06:52 -0500 |
| commit | eb61700912f1713ba27d34c23d7f07be66ee6513 (patch) | |
| tree | 7781c85a3e67a3af34a31a09d6736f07b6a492fe /keyboard/planck/planck.h | |
| parent | 6e3c36360ed291b9ca2bd014571236308a933d0c (diff) | |
| download | qmk_firmware-eb61700912f1713ba27d34c23d7f07be66ee6513.tar.gz qmk_firmware-eb61700912f1713ba27d34c23d7f07be66ee6513.zip | |
better integrations
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> |
