You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds the `ACTION_TAP_DANCE_DUAL_ROLE` helper, which makes it easy to have
keys that act as a key on the first tap, and as a layer toggle on the second.
Fixes#1532, reported by @Ptomerty.
Signed-off-by: Gergely Nagy <[email protected]>
Desired code: Something like
[TD_ESC_T1] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, TO(_LOWER))
Current solution: define custom function, as provided by @algernon https://github.com/algernon/ergodox-layout/blob/509fb348a61a8963c9a3e38fd2ddb5dc3b8254df/keymap.c#L749-L777
The text was updated successfully, but these errors were encountered: