Improvements to extrakey HID descriptors (#8156)
This commit is contained in:
parent
ef8878fba5
commit
088b64ab3d
7 changed files with 78 additions and 62 deletions
|
@ -690,7 +690,7 @@ static void send_extra(uint8_t report_id, uint16_t data) {
|
|||
*/
|
||||
static void send_system(uint16_t data) {
|
||||
#ifdef EXTRAKEY_ENABLE
|
||||
send_extra(REPORT_ID_SYSTEM, data - SYSTEM_POWER_DOWN + 1);
|
||||
send_extra(REPORT_ID_SYSTEM, data);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue