summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/osx_fr
diff options
context:
space:
mode:
authorFred Sundvik2016-07-08 09:09:31 +0300
committerFred Sundvik2016-07-29 20:48:19 +0300
commitb0376687f4cc2dc0b5ffd89f3bcb33c873b1f4d3 (patch)
tree87080086b2c43cd86916b161838b2bbcf7e15849 /keyboards/ergodox/keymaps/osx_fr
parent9af995c59b2655fa347e43b1eab2122e72ef7fe3 (diff)
All Ez keymaps compiles
Diffstat (limited to 'keyboards/ergodox/keymaps/osx_fr')
-rw-r--r--keyboards/ergodox/keymaps/osx_fr/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/keymaps/osx_fr/keymap.c b/keyboards/ergodox/keymaps/osx_fr/keymap.c
index de951666d..7dee284fa 100644
--- a/keyboards/ergodox/keymaps/osx_fr/keymap.c
+++ b/keyboards/ergodox/keymaps/osx_fr/keymap.c
@@ -1,5 +1,5 @@
// French AZERTY version of the default_osx file
-#include "ergodox_ez.h"
+#include "ergodox.h"
#include "debug.h"
#include "action_layer.h"
#include "keymap_french_osx.h"
@@ -184,4 +184,4 @@ void matrix_scan_user(void) {
break;
}
-}; \ No newline at end of file
+};