mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
Remove duplicate BRTG case (#8277)
This commit is contained in:
parent
c9e3fa6f70
commit
ce604e1629
1 changed files with 0 additions and 5 deletions
|
@ -314,11 +314,6 @@ bool process_record_quantum(keyrecord_t *record) {
|
||||||
case OUT_BT:
|
case OUT_BT:
|
||||||
set_output(OUTPUT_BLUETOOTH);
|
set_output(OUTPUT_BLUETOOTH);
|
||||||
return false;
|
return false;
|
||||||
#endif
|
|
||||||
#if defined(BACKLIGHT_ENABLE) && defined(BACKLIGHT_BREATHING)
|
|
||||||
case BL_BRTG:
|
|
||||||
backlight_toggle_breathing();
|
|
||||||
return false;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue