Rumble on mode switch is ON by default
This commit is contained in:
parent
0336bf3777
commit
692ff53ff7
2 changed files with 2 additions and 0 deletions
|
|
@ -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
1
main.c
|
|
@ -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,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue