Tap Dance: remove qk_ prefix (#19313)
This commit is contained in:
@@ -25,5 +25,5 @@ enum {
|
||||
SPECIAL = 8
|
||||
};
|
||||
|
||||
int cur_dance (qk_tap_dance_state_t *state);
|
||||
int hold_cur_dance (qk_tap_dance_state_t *state);
|
||||
int cur_dance (tap_dance_state_t *state);
|
||||
int hold_cur_dance (tap_dance_state_t *state);
|
||||
|
||||
Reference in New Issue
Block a user