mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 04:43:02 +00:00
9 lines
164 B
C
9 lines
164 B
C
|
#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
|