diff options
author | Ryan Ascheman <rascheman@groupon.com> | 2016-10-18 13:58:59 -0700 |
---|---|---|
committer | Ryan Ascheman <rascheman@groupon.com> | 2016-10-18 13:58:59 -0700 |
commit | fad20756e30d532ff46ec8fb5e90a8c446f5c8f2 (patch) | |
tree | c424a2f17f4b84f134cd798dd564d3a52f2df5ac | |
parent | cabfd7830914d19fb445058da41fa26e01dd3c02 (diff) | |
download | qmk_firmware-fad20756e30d532ff46ec8fb5e90a8c446f5c8f2.tar.gz qmk_firmware-fad20756e30d532ff46ec8fb5e90a8c446f5c8f2.zip |
update header file
-rw-r--r-- | keyboards/ergodox/keymaps/phoenix/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/phoenix/keymap.c b/keyboards/ergodox/keymaps/phoenix/keymap.c index 86ee5a65c..624817d47 100644 --- a/keyboards/ergodox/keymaps/phoenix/keymap.c +++ b/keyboards/ergodox/keymaps/phoenix/keymap.c | |||
@@ -1,4 +1,4 @@ | |||
1 | #include "ergodox_ez.h" | 1 | #include "ergodox.h" |
2 | #include "debug.h" | 2 | #include "debug.h" |
3 | #include "action_layer.h" | 3 | #include "action_layer.h" |
4 | 4 | ||