ekt: Fix bindings and trackball speed/range

This commit is contained in:
2025-09-02 16:23:48 +02:00
parent 873ae0a30a
commit 837b0663aa
9 changed files with 50 additions and 49 deletions

View File

@ -6,5 +6,5 @@
struct ekt_io_backend {
void (*get_gamebtns)(uint32_t *gamebtn);
void (*get_trackball)(uint8_t *x, uint8_t *y);
void (*get_trackball)(uint16_t *x, uint16_t *y);
};