Searched defs:pyra_profile_settings (Results 1 – 1 of 1) sorted by relevance
36 struct pyra_profile_settings { struct37 uint8_t command; /* PYRA_COMMAND_PROFILE_SETTINGS */38 uint8_t size; /* always 0xd */39 uint8_t number; /* Range 0-4 */40 uint8_t xysync;41 uint8_t x_sensitivity; /* 0x1-0xa */42 uint8_t y_sensitivity;43 uint8_t x_cpi; /* unused */44 uint8_t y_cpi; /* this value is for x and y */45 uint8_t lightswitch; /* 0 = off, 1 = on */[all …]