Rumble on mode switch is ON by default

This commit is contained in:
Denis 2023-12-18 23:37:36 +01:00
parent 0336bf3777
commit 692ff53ff7
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 2 additions and 0 deletions

View file

@ -88,6 +88,7 @@ int main(int argc, char ** argv) {
.settings = { .settings = {
.enable_qam = true, .enable_qam = true,
.ff_gain = 0xFFFF, .ff_gain = 0xFFFF,
.rumble_on_mode_switch = true,
} }
}; };

1
main.c
View file

@ -54,6 +54,7 @@ int main(int argc, char ** argv) {
.settings = { .settings = {
.enable_qam = true, .enable_qam = true,
.ff_gain = 0xFFFF, .ff_gain = 0xFFFF,
.rumble_on_mode_switch = true,
} }
}; };