Searched defs:pyra_profile_settings (Results 1 – 1 of 1) sorted by relevance
45 struct pyra_profile_settings { struct46 uint8_t command; /* PYRA_COMMAND_PROFILE_SETTINGS */47 uint8_t size; /* always 0xd */48 uint8_t number; /* Range 0-4 */49 uint8_t xysync;50 uint8_t x_sensitivity; /* 0x1-0xa */51 uint8_t y_sensitivity;52 uint8_t x_cpi; /* unused */53 uint8_t y_cpi; /* this value is for x and y */54 uint8_t lightswitch; /* 0 = off, 1 = on */[all …]