summaryrefslogtreecommitdiff
path: root/quantum/template/template.h
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-05-02 23:15:56 -0500
committerIBNobody <ibnobody@gmail.com>2016-05-02 23:15:56 -0500
commit35d7081899df3a486b9b5785c7e8ec9481195848 (patch)
tree682a322ce2c3e2004abb4fbd00fc00316277b935 /quantum/template/template.h
parent499e3096e9021b88a6a705ad7034ccbacb97b975 (diff)
parent2c070163ffffffde546fb00acaa2fbb96b93da64 (diff)
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r--quantum/template/template.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h
index b1c34d3cbe..22742105a3 100644
--- a/quantum/template/template.h
+++ b/quantum/template/template.h
@@ -3,7 +3,10 @@
#include "matrix.h"
#include "keymap_common.h"
-#include "backlight.h"
+#ifdef BACKLIGHT_ENABLE
+ #include "backlight.h"
+#endif
+#include <avr/io.h>
#include <stddef.h>
// This a shortcut to help you visually see your layout.