mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-11 12:45:33 +06:00
8 lines
265 B
C
8 lines
265 B
C
|
#include "../../config.h"
|
||
|
//GRAVE_ESC override for CTRL+SHIFT+ESC Windows task manager shortcut.
|
||
|
#define GRAVE_ESC_CTRL_OVERRIDE
|
||
|
#define PREVENT_STUCK_MODIFIERS
|
||
|
|
||
|
//Delay matrix scan for tap dance, reduce to activate modifier keys faster.
|
||
|
//#define TAPPING_TERM 200
|