Merge pull request #645 from algernon/f/tap-dance/buffering
tap-dance rework
This commit is contained in:
commit
f4f80a0e3a
5 changed files with 71 additions and 68 deletions
|
@ -853,7 +853,7 @@ void ang_tap_dance_ta_reset (qk_tap_dance_state_t *state, void *user_data) {
|
|||
td_ta->finished_once = false;
|
||||
}
|
||||
|
||||
const qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
[CT_CLN] = ACTION_TAP_DANCE_FN_ADVANCED (NULL, ang_tap_dance_cln_finished, ang_tap_dance_cln_reset)
|
||||
,[CT_MNS] = ACTION_TAP_DANCE_FN_ADVANCED (NULL, ang_tap_dance_mns_finished, ang_tap_dance_mns_reset)
|
||||
,[CT_TA] = {
|
||||
|
|
|
@ -123,7 +123,7 @@ void music_scale_user(void)
|
|||
}
|
||||
|
||||
|
||||
const qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
//Tap once for equal, twice for hyper + X (alfred lock)
|
||||
[TD_EQ_LOCK] = ACTION_TAP_DANCE_DOUBLE(KC_EQL, HYPR(KC_X)),
|
||||
//Tap once for minus, twice for time.heals.nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue