Log device's available CIDs
This commit is contained in:
parent
78f2d74cc1
commit
a69ba7787e
|
@ -141,6 +141,7 @@ void Device::divert_buttons()
|
|||
if(disconnected)
|
||||
return;
|
||||
uint16_t cid = irc.getControlInfo(i).control_id;
|
||||
log_printf(DEBUG, "Available CID: 0x%x!", cid);
|
||||
uint8_t flags = 0;
|
||||
flags |= HIDPP20::IReprogControls::ChangeTemporaryDivert;
|
||||
flags |= HIDPP20::IReprogControls::ChangeRawXYDivert;
|
||||
|
|
Loading…
Reference in New Issue
Block a user