55d37d9fbc
* add a new keymap of DZ60 for MacOS * dz60:macos_64 1. remove useless bright keys code, change to KC_PAUSE 2. add a documentation link in the readme
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 |