diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index dd78fe621..097189770 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
| @@ -732,7 +732,7 @@ static void send_system(uint16_t data) | |||
| 732 | 732 | ||
| 733 | report_extra_t r = { | 733 | report_extra_t r = { |
| 734 | .report_id = REPORT_ID_SYSTEM, | 734 | .report_id = REPORT_ID_SYSTEM, |
| 735 | .usage = data | 735 | .usage = data - SYSTEM_POWER_DOWN + 1 |
| 736 | }; | 736 | }; |
| 737 | Endpoint_SelectEndpoint(EXTRAKEY_IN_EPNUM); | 737 | Endpoint_SelectEndpoint(EXTRAKEY_IN_EPNUM); |
| 738 | 738 | ||
