diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-14 19:42:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:42:50 +1000 |
commit | 54634e92634f73a6d9111833adf58214cb4278c3 (patch) | |
tree | b12409479c031deb6250368d9eac56866e9790e2 /keyboards/planck/keymaps/ishtob | |
parent | cf5626e0246b66879b03a18115a19a566e839f48 (diff) |
Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
Diffstat (limited to 'keyboards/planck/keymaps/ishtob')
-rw-r--r-- | keyboards/planck/keymaps/ishtob/keymap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/planck/keymaps/ishtob/keymap.c b/keyboards/planck/keymaps/ishtob/keymap.c index eebafddbed..75c581de19 100644 --- a/keyboards/planck/keymaps/ishtob/keymap.c +++ b/keyboards/planck/keymaps/ishtob/keymap.c @@ -1,13 +1,6 @@ // This is the canonical layout file for the Quantum project. If you want to add another keyboard, // this is the style you want to emulate. -#include "planck.h" -#include "action_layer.h" -// #include "dynamic_macro.h" -#ifdef AUDIO_ENABLE - #include "audio.h" -#endif -#include "eeconfig.h" #include "ishtob.h" extern keymap_config_t keymap_config; |