allow disabling touchbar + use timestamp from the bmi323

This commit is contained in:
Denis 2024-01-03 00:59:57 +01:00
parent bb4ff25130
commit 358fba86d6
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
15 changed files with 77 additions and 67 deletions

View file

@ -7,6 +7,7 @@ typedef struct dev_in_settings {
bool rumble_on_mode_switch;
uint16_t ff_gain;
uint8_t m1m2_mode;
bool touchbar;
} dev_in_settings_t;
void load_in_config(dev_in_settings_t *const out_conf, const char* const filepath);