1
0
Fork 0

Improvements to extrakey HID descriptors (#8156)

This commit is contained in:
Ryan 2020-02-25 12:18:11 +11:00 committed by GitHub
parent ef8878fba5
commit 088b64ab3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 78 additions and 62 deletions

View file

@ -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
}