1
0
Fork 0

Add dz60_macos_arrow keymap (#3296)

This commit is contained in:
Olivier Poitrey 2018-07-03 16:18:33 -07:00 committed by Drashna Jaelre
parent 57fdce91bf
commit d7881f3504
3 changed files with 171 additions and 0 deletions

View file

@ -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