flexible array

This commit is contained in:
jmding8 2021-10-29 04:02:47 +00:00
parent f35d4a44fe
commit a33e9e5966

View file

@ -51,15 +51,15 @@ enum decision_moment {
HT_QUICK_TAP, HT_QUICK_TAP,
}; };
struct behavior_hold_tap_config { struct behavior_hold_tagit stp_config {
int tapping_term_ms; int tapping_term_ms;
char *hold_behavior_dev; char *hold_behavior_dev;
char *tap_behavior_dev; char *tap_behavior_dev;
int quick_tap_ms; int quick_tap_ms;
enum flavor flavor; enum flavor flavor;
bool retro_tap; bool retro_tap;
int32_t hold_trigger_key_positions[ZMK_KEYMAP_LEN];
int32_t hold_trigger_key_positions_len; int32_t hold_trigger_key_positions_len;
int32_t hold_trigger_key_positions[];
}; };
// this data is specific for each hold-tap // this data is specific for each hold-tap