diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-05-15 01:07:48 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-15 01:07:48 -0400 |
commit | e2aa980ad5d92f76dadf1de9dbadb9eacbddd5df (patch) | |
tree | 4c535a6f2fb20e064e6f95e2f8c628c3c11b1153 /keyboard/preonic/preonic.h | |
parent | fde477a927edc6b4207a6968d44aeed021e8b300 (diff) |
cleans up default keymaps (olkb)
Diffstat (limited to 'keyboard/preonic/preonic.h')
-rw-r--r-- | keyboard/preonic/preonic.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/keyboard/preonic/preonic.h b/keyboard/preonic/preonic.h index 2406a11d7e..feb8797744 100644 --- a/keyboard/preonic/preonic.h +++ b/keyboard/preonic/preonic.h @@ -1,19 +1,7 @@ #ifndef PREONIC_H #define PREONIC_H -#include "matrix.h" -#include "keymap_common.h" -#ifdef BACKLIGHT_ENABLE - #include "backlight.h" -#endif -#ifdef RGBLIGHT_ENABLE - #include "rgblight.h" -#endif -#include <stddef.h> -#include <avr/io.h> -#ifdef MIDI_ENABLE - #include <keymap_midi.h> -#endif +#include "quantum.h" #define PREONIC_MIT( \ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ |