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/333fred/keymap.c | |
parent | e8d2f4f891c2ac38be2eb03694725c8bfa8801a9 (diff) | |
download | qmk_firmware-63b02907086a18257ac3a7322cdfe40b651251b9.tar.gz qmk_firmware-63b02907086a18257ac3a7322cdfe40b651251b9.zip |
Nyquist Configurator support and keymap refactor (#3278)
* Configurator support
* Keymap refactor to QMK_KEYBOARD_H
Diffstat (limited to 'keyboards/nyquist/keymaps/333fred/keymap.c')
-rw-r--r-- | keyboards/nyquist/keymaps/333fred/keymap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/nyquist/keymaps/333fred/keymap.c b/keyboards/nyquist/keymaps/333fred/keymap.c index f84216abd2..fd1a7d47f7 100644 --- a/keyboards/nyquist/keymaps/333fred/keymap.c +++ b/keyboards/nyquist/keymaps/333fred/keymap.c @@ -1,7 +1,4 @@ -#include "nyquist.h" -#include "action_layer.h" -#include "action_util.h" -#include "eeconfig.h" +#include QMK_KEYBOARD_H #include "333fred.h" extern keymap_config_t keymap_config; |