Tap Dance: remove qk_
prefix (#19313)
This commit is contained in:
parent
83e8e5845a
commit
1978007fae
298 changed files with 1327 additions and 1327 deletions
|
@ -128,7 +128,7 @@ enum {
|
|||
TRIPLE_HOLD = 7
|
||||
};
|
||||
|
||||
int cur_dance(qk_tap_dance_state_t *state); // prefer tap
|
||||
int hold_cur_dance(qk_tap_dance_state_t *state); // prefer hold
|
||||
int cur_dance(tap_dance_state_t *state); // prefer tap
|
||||
int hold_cur_dance(tap_dance_state_t *state); // prefer hold
|
||||
|
||||
#endif // TAP_DANCE_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue