summaryrefslogtreecommitdiff
path: root/keyboard/atomic/atomic.h
diff options
context:
space:
mode:
authorJack Humbert2016-05-15 01:07:48 -0400
committerJack Humbert2016-05-15 01:07:48 -0400
commite2aa980ad5d92f76dadf1de9dbadb9eacbddd5df (patch)
tree4c535a6f2fb20e064e6f95e2f8c628c3c11b1153 /keyboard/atomic/atomic.h
parentfde477a927edc6b4207a6968d44aeed021e8b300 (diff)
cleans up default keymaps (olkb)
Diffstat (limited to 'keyboard/atomic/atomic.h')
-rw-r--r--keyboard/atomic/atomic.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboard/atomic/atomic.h b/keyboard/atomic/atomic.h
index 2d6b4c6cb..456c3fbdf 100644
--- a/keyboard/atomic/atomic.h
+++ b/keyboard/atomic/atomic.h
@@ -1,11 +1,7 @@
#ifndef ATOMIC_H
#define ATOMIC_H
-#include "matrix.h"
-#include "keymap_common.h"
-#ifdef BACKLIGHT_ENABLE
- #include "backlight.h"
-#endif
+#include "quantum.h"
#include <stddef.h>
#include <avr/io.h>