aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
CONTROL_REQUEST_STATUS_OK = 1, KOVAPLUS_CONTROL_REQUEST_STATUS_WAIT = 3, /* supposed */ }; struct kovaplus_actual_profile { uint8_t command; /* KOVAPLUS_COMMAND_ACTUAL_PROFILE */ uint8_t size; /* always 3 */ uint8_t actual_profile; /* Range 0-4! */ } __packed; struct kovaplus_profile_settings { uint8_t command; /* KOVAPLUS_COMMAND_PROFILE_SETTINGS */ uint8_t size; /* 16 */ uint8_t profile_index; /* range 0-4 */ uint8_t unknown1; uint8_t sensitivity_x; /* range 1-10 */ uint8_t sensitivity_y; /* range 1-10 */ uint8_t cpi_levels_enabled; uint8_t cpi_startup_level; /* range 1-4 */ uint8_t data[8]; } __packed; struct kovaplus_profile_buttons { uint8_t command; /* KOVAPLUS_COMMAND_PROFILE_BUTTONS */ uint8_t size; /* 23 */ uint8_t profile_index; /* range 0-4 */ uint8_t data[20]; } __packed;