Improve gyro-to-analog(s)

This commit is contained in:
Denis 2024-01-06 16:59:41 +01:00
parent 0853d0cdc6
commit 3bd22ad542
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
11 changed files with 132 additions and 29 deletions

View file

@ -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);