summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/macos_64/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dz60/keymaps/macos_64/config.h')
-rw-r--r--keyboards/dz60/keymaps/macos_64/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/macos_64/config.h b/keyboards/dz60/keymaps/macos_64/config.h
new file mode 100644
index 000000000..235ae1b2d
--- /dev/null
+++ b/keyboards/dz60/keymaps/macos_64/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_KEYMAP_H
+#define CONFIG_KEYMAP_H
+
+#include "../../config.h"
+
+// Fix KC_GESC conflict with Cmd+Alt+Esc on macos
+#define GRAVE_ESC_GUI_OVERRIDE
+
+#endif \ No newline at end of file