Improve gyro-to-analog(s)
This commit is contained in:
parent
0853d0cdc6
commit
3bd22ad542
11 changed files with 132 additions and 29 deletions
|
|
@ -20,6 +20,8 @@ typedef struct dev_out_settings {
|
|||
bool controller_bluetooth;
|
||||
bool dualsense_edge;
|
||||
bool swap_y_z;
|
||||
int gyro_to_analog_activation_treshold;
|
||||
int gyro_to_analog_mapping;
|
||||
} dev_out_settings_t;
|
||||
|
||||
void load_out_config(dev_out_settings_t *const out_conf, const char* const filepath);
|
||||
Loading…
Add table
Add a link
Reference in a new issue