mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-22 14:55:00 +00:00
8 lines
142 B
C
8 lines
142 B
C
#define ONESHOT_TIMEOUT 3000
|
|
#define TAPPING_TERM 200
|
|
#define PREVENT_STUCK_MODIFIERS
|
|
|
|
#define LEADER_TIMEOUT 1000
|
|
|
|
#include "../../config.h"
|