qmk_sweep_skeletyl/keyboards/dz60/keymaps/macos_64/config.h

9 lines
No EOL
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