diff options
Diffstat (limited to 'keyboards/dz60/keymaps/macos_arrow/config.h')
-rw-r--r-- | keyboards/dz60/keymaps/macos_arrow/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/macos_arrow/config.h b/keyboards/dz60/keymaps/macos_arrow/config.h new file mode 100644 index 0000000000..235ae1b2db --- /dev/null +++ b/keyboards/dz60/keymaps/macos_arrow/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 |