mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 20:56:42 +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"
|