1
0
Fork 0

format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-02-02 20:47:40 +00:00
parent b2ce2f8a34
commit fa9c74c6a2
3 changed files with 6 additions and 10 deletions

View file

@ -131,7 +131,7 @@ void send_extra(uint8_t report_id, uint16_t data) {
void send_system(uint16_t data) {
#ifdef EXTRAKEY_ENABLE
if (data != 0) data = data - SYSTEM_POWER_DOWN + 1;
send_extra(REPORT_ID_SYSTEM, data);
send_extra(REPORT_ID_SYSTEM, data);
#endif // EXTRAKEY_ENABLE
}