6 lines
131 B
C
6 lines
131 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Tap/hold window for RSFT_T(KC_ESC) and the right Mod3 tap-for-y key.
|
||
|
|
#undef TAPPING_TERM
|
||
|
|
#define TAPPING_TERM 200
|