fix struct name
This commit is contained in:
parent
a33e9e5966
commit
1865ffa0c7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ enum decision_moment {
|
||||||
HT_QUICK_TAP,
|
HT_QUICK_TAP,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct behavior_hold_tagit stp_config {
|
struct behavior_hold_tap_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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue