Browse Source

Deploying to gh-pages from master @ ff39890620 🚀

gh-pages
drashna 2 years ago
parent
commit
8164667325
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      feature_tap_dance.md

+ 6
- 0
feature_tap_dance.md View File

@ -393,6 +393,9 @@ void altlp_finished(qk_tap_dance_state_t *state, void *user_data) {
case TD_DOUBLE_SINGLE_TAP: // Allow nesting of 2 parens `((` within tapping term
tap_code16(KC_LPRN);
register_code16(KC_LPRN);
break;
default:
break;
}
}
@ -406,6 +409,9 @@ void altlp_reset(qk_tap_dance_state_t *state, void *user_data) {
break;
case TD_DOUBLE_SINGLE_TAP:
unregister_code16(KC_LPRN);
break;
default:
break;
}
}


Loading…
Cancel
Save