tap-dance: Restructure code and document in more detail (#16394)
This commit is contained in:
parent
b17324498e
commit
1706da9054
52 changed files with 970 additions and 244 deletions
|
@ -45,7 +45,7 @@ qk_tap_dance_action_t tap_dance_actions[] = {
|
|||
[TD_LSFT_CAPSLOCK] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS),
|
||||
[TD_LSFT_CAPS_WIN] = ACTION_TAP_DANCE_FN_ADVANCED(dance_LSFT_each_tap, NULL, dance_LSFT_reset),
|
||||
// Tap once for Escape, twice to reset to base layer
|
||||
[TD_ESC_BASELYR] = ACTION_TAP_DANCE_DUAL_ROLE(KC_ESC, _BASE),
|
||||
[TD_ESC_BASELYR] = ACTION_TAP_DANCE_LAYER_MOVE(KC_ESC, _BASE),
|
||||
};
|
||||
#endif // TD_LSFT_CAPSLOCK_ENABLE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue