mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-22 07:34:43 +01:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef CONFIG_KEYMAP_H
|
|
#define CONFIG_KEYMAP_H
|
|
|
|
#include "../../config.h"
|
|
|
|
// Fix QK_GESC conflict with Cmd+Alt+Esc on macos
|
|
#define GRAVE_ESC_GUI_OVERRIDE
|
|
|
|
#endif |