summaryrefslogtreecommitdiff
path: root/keyboard/planck/planck.h
diff options
context:
space:
mode:
authorJack Humbert2016-04-29 22:19:40 -0400
committerJack Humbert2016-04-29 22:19:40 -0400
commit0656f2fa10e25e160617c3e5d14cfbae35dd9c8d (patch)
treed93e122e84313a89b84ea2a1011093398cf75ab3 /keyboard/planck/planck.h
parent9ab7098c834ffe601ad5c39759acfddabbd6373f (diff)
moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
Diffstat (limited to 'keyboard/planck/planck.h')
-rw-r--r--keyboard/planck/planck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h
index edcb5fbff..c5b59d999 100644
--- a/keyboard/planck/planck.h
+++ b/keyboard/planck/planck.h
@@ -10,6 +10,7 @@
#include "rgblight.h"
#endif
#include <stddef.h>
+#include <avr/io.h>
#ifdef MIDI_ENABLE
#include <keymap_midi.h>
#endif