aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/preonic/preonic.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-29 22:19:40 -0400
committerJack Humbert <jack.humb@gmail.com>2016-04-29 22:19:40 -0400
commit0656f2fa10e25e160617c3e5d14cfbae35dd9c8d (patch)
treed93e122e84313a89b84ea2a1011093398cf75ab3 /keyboard/preonic/preonic.h
parent9ab7098c834ffe601ad5c39759acfddabbd6373f (diff)
downloadfirmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.tar.gz
firmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.tar.bz2
firmware-0656f2fa10e25e160617c3e5d14cfbae35dd9c8d.zip
moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
Diffstat (limited to 'keyboard/preonic/preonic.h')
-rw-r--r--keyboard/preonic/preonic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/preonic/preonic.h b/keyboard/preonic/preonic.h
index 51ed9ba39..030acdadb 100644
--- a/keyboard/preonic/preonic.h
+++ b/keyboard/preonic/preonic.h
@@ -10,6 +10,7 @@
#include "rgblight.h"
#endif
#include <stddef.h>
+#include <avr/io.h>
#ifdef MIDI_ENABLE
#include <keymap_midi.h>
#endif