diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-04 18:02:01 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:02:01 -0700 |
commit | 876377e945da294c887a1553f07f947d10da58ec (patch) | |
tree | 9e8ec5efe1f4098b1ea3d39fd223b88aa0f714da /keyboards/satan/keymaps/dende_iso/keymap.c | |
parent | 3bbf11d11010bb908741f8b574a493b9057b1304 (diff) |
Satan refactor and Configurator support (#3305)
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme cleanup
Diffstat (limited to 'keyboards/satan/keymaps/dende_iso/keymap.c')
-rw-r--r-- | keyboards/satan/keymaps/dende_iso/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/satan/keymaps/dende_iso/keymap.c b/keyboards/satan/keymaps/dende_iso/keymap.c index 9ac1cddbad..205e9cb77d 100644 --- a/keyboards/satan/keymaps/dende_iso/keymap.c +++ b/keyboards/satan/keymaps/dende_iso/keymap.c @@ -1,4 +1,5 @@ -#include "satan.h" +#include QMK_KEYBOARD_H + #include "keymap_extras/keymap_german.h" // Each layer gets a name for readability, which is then used in the keymap matrix below. |