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