feat(k17): add tap-chord dance to K17 Max #13

Merged
rootiest merged 2 commits from feat/k17/tap-chords into main 2026-04-11 05:01:28 +00:00
Owner

Adds a tap-dance key to the Keychron K17 Max that sends VS Code chord shortcuts:

  • Single tap: Ctrl+K Ctrl+C (add line comment)
  • Double tap: Ctrl+K Ctrl+D (format document)

Uses ACTION_TAP_DANCE_FN with SEND_STRING — the correct approach for sending key sequences from tap-dance. Also removes leftover dead custom keycode stubs from an earlier failed implementation attempt.

Adds a tap-dance key to the Keychron K17 Max that sends VS Code chord shortcuts: - Single tap: `Ctrl+K Ctrl+C` (add line comment) - Double tap: `Ctrl+K Ctrl+D` (format document) Uses `ACTION_TAP_DANCE_FN` with `SEND_STRING` — the correct approach for sending key sequences from tap-dance. Also removes leftover dead custom keycode stubs from an earlier failed implementation attempt.
rootiest added 2 commits 2026-04-11 04:52:13 +00:00
CK_CTRL_K_C and CK_CTRL_K_D were leftover from an earlier failed
attempt using ACTION_TAP_DANCE_DOUBLE with custom keycodes. Now that
TD_CHORDS uses ACTION_TAP_DANCE_FN with SEND_STRING, they are unused.
rootiest changed target branch from feat/raw-hid to main 2026-04-11 05:01:06 +00:00
rootiest merged commit f9972b2fee into main 2026-04-11 05:01:28 +00:00
rootiest deleted branch feat/k17/tap-chords 2026-04-11 05:01:29 +00:00
Sign in to join this conversation.