diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-08 09:09:31 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-29 20:48:19 +0300 |
commit | b0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (patch) | |
tree | 87080086b2c43cd86916b161838b2bbcf7e15849 /keyboards/ergodox/keymaps/default_osx/keymap.c | |
parent | 9af995c59b2655fa347e43b1eab2122e72ef7fe3 (diff) | |
download | qmk_firmware-b0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3.tar.gz qmk_firmware-b0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3.zip |
All Ez keymaps compiles
Diffstat (limited to 'keyboards/ergodox/keymaps/default_osx/keymap.c')
-rw-r--r-- | keyboards/ergodox/keymaps/default_osx/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/default_osx/keymap.c b/keyboards/ergodox/keymaps/default_osx/keymap.c index c57ffbb889..e9a242e07d 100644 --- a/keyboards/ergodox/keymaps/default_osx/keymap.c +++ b/keyboards/ergodox/keymaps/default_osx/keymap.c @@ -1,7 +1,7 @@ // Netable differences vs. the default firmware for the ErgoDox EZ: // 1. The Cmd key is now on the right side, making Cmd+Space easier. // 2. The media keys work on OSX (But not on Windows). -#include "ergodox_ez.h" +#include "ergodox.h" #include "debug.h" #include "action_layer.h" |