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

@ -10,7 +10,7 @@ struct ekt_dll {
HRESULT (*poll)(void);
void (*get_opbtns)(uint8_t *opbtn);
void (*get_gamebtns)(uint32_t *gamebtn);
void (*get_trackball_position)(uint8_t *x, uint8_t *y);
void (*get_trackball_position)(uint16_t *x, uint16_t *y);
HRESULT (*led_init)(void);
void (*led_set_leds)(uint8_t board, uint8_t *rgb);
};