Input Settings: Add Vibro Trigger option

by 956MB & WillyJL
This commit is contained in:
MX
2025-07-30 04:28:22 +03:00
parent 6a2f062234
commit fb41c6c20c
4 changed files with 66 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
typedef struct {
uint8_t vibro_touch_level;
uint8_t vibro_touch_trigger_mask;
} InputSettings;
#ifdef __cplusplus