mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 14:40:38 +00:00
8 lines
160 B
C
8 lines
160 B
C
#define ONESHOT_TIMEOUT 3000
|
|
#define TAPPING_TERM 200
|
|
#define PREVENT_STUCK_MODIFIERS
|
|
#define FORCE_NKRO
|
|
#define LEADER_TIMEOUT 1000
|
|
|
|
#include "../../config.h"
|