12 lines
234 B
C
Executable File
12 lines
234 B
C
Executable File
#pragma once
|
|
|
|
// place overrides here
|
|
|
|
#define TAPPING_TOGGLE 2
|
|
#define TAPPING_TERM 200
|
|
#define PERMISSIVE_HOLD
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
|
#define RETRO_TAPPING_PER_KEY
|
|
#define ONESHOT_TAP_TOGGLE 5
|
|
#define ONESHOT_TIMEOUT 5000
|