forked from mirrors/qmk_userspace
Fixes issue #900
This commit is contained in:
parent
8e28bf39d8
commit
a305da2bc9
2 changed files with 4 additions and 4 deletions
|
@ -732,7 +732,7 @@ static void send_system(uint16_t data)
|
|||
|
||||
report_extra_t r = {
|
||||
.report_id = REPORT_ID_SYSTEM,
|
||||
.usage = data
|
||||
.usage = data - SYSTEM_POWER_DOWN + 1
|
||||
};
|
||||
Endpoint_SelectEndpoint(EXTRAKEY_IN_EPNUM);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue