7 lines
159 B
C
7 lines
159 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Tap/hold window for the home-row mods (LCTL_T/LALT_T/LGUI_T) and the
|
||
|
|
// RALT_T(KC_ENT) Mod4 key.
|
||
|
|
#undef TAPPING_TERM
|
||
|
|
#define TAPPING_TERM 200
|