diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-01 11:06:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-01 11:06:57 -0700 |
commit | 63b02907086a18257ac3a7322cdfe40b651251b9 (patch) | |
tree | 8529d3729f256f2261d65f525fec83bcde71bc3d /keyboards/nyquist/keymaps/hexwire/keymap.c | |
parent | e8d2f4f891c2ac38be2eb03694725c8bfa8801a9 (diff) |
Nyquist Configurator support and keymap refactor (#3278)
* Configurator support
* Keymap refactor to QMK_KEYBOARD_H
Diffstat (limited to 'keyboards/nyquist/keymaps/hexwire/keymap.c')
-rw-r--r-- | keyboards/nyquist/keymaps/hexwire/keymap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/nyquist/keymaps/hexwire/keymap.c b/keyboards/nyquist/keymaps/hexwire/keymap.c index 40df4bcab4..c030cd3b6a 100644 --- a/keyboards/nyquist/keymaps/hexwire/keymap.c +++ b/keyboards/nyquist/keymaps/hexwire/keymap.c @@ -1,6 +1,4 @@ -#include "nyquist.h" -#include "action_layer.h" -#include "eeconfig.h" +#include QMK_KEYBOARD_H extern keymap_config_t keymap_config; |