Update Fri Dec 15 06:24:08 AM CST 2023

This commit is contained in:
2023-12-15 06:24:08 -06:00
parent 6128542526
commit 479074b8a5
16 changed files with 233 additions and 52 deletions

View File

@@ -17,8 +17,8 @@ typedef enum {
} td_state_t;
typedef struct {
bool is_press_action;
td_state_t state;
bool recording;
} td_tap_t;
td_state_t dance_state(tap_dance_state_t *state);
td_state_t cur_dance(tap_dance_state_t *state);