diff options
author | IBNobody <ibnobody@gmail.com> | 2016-05-02 23:15:56 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-05-02 23:15:56 -0500 |
commit | 35d7081899df3a486b9b5785c7e8ec9481195848 (patch) | |
tree | 682a322ce2c3e2004abb4fbd00fc00316277b935 /keyboard/atomic/atomic.h | |
parent | 499e3096e9021b88a6a705ad7034ccbacb97b975 (diff) | |
parent | 2c070163ffffffde546fb00acaa2fbb96b93da64 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'keyboard/atomic/atomic.h')
-rw-r--r-- | keyboard/atomic/atomic.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/atomic/atomic.h b/keyboard/atomic/atomic.h index d5461e424d..0c7aeb1cc8 100644 --- a/keyboard/atomic/atomic.h +++ b/keyboard/atomic/atomic.h @@ -3,8 +3,11 @@ #include "matrix.h" #include "keymap_common.h" -#include "backlight.h" +#ifdef BACKLIGHT_ENABLE + #include "backlight.h" +#endif #include <stddef.h> +#include <avr/io.h> // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout |