Rumble on mode switch

This commit is contained in:
Denis 2023-12-18 23:12:59 +01:00
parent 4623413b5a
commit 89f32b5eb1
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
5 changed files with 131 additions and 14 deletions

View file

@ -4,6 +4,7 @@
typedef struct dev_in_settings {
bool enable_qam;
bool rumble_on_mode_switch;
uint16_t ff_gain;
} dev_in_settings_t;