Enable analog sticks by default.
This commit is contained in:
parent
430501c20c
commit
1de1154b59
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ led_y = true;
|
|||
led_gauge = true;
|
||||
|
||||
// Aussparungen für die Analog-Sticks.
|
||||
analog_sticks = false;
|
||||
analog_sticks = true;
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
|
|
Loading…
Reference in a new issue