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

@ -3,4 +3,4 @@
#include "input_dev.h"
#include "settings.h"
input_dev_composite_t* rog_ally_device_def(void);
input_dev_composite_t* rog_ally_device_def(const dev_in_settings_t *const settings);