mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-01 21:03:51 +00:00
Improvements to extrakey HID descriptors (#8156)
This commit is contained in:
@@ -802,7 +802,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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user