Skip to content

Commit

Permalink
Remove duplicate BRTG case (#8277)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Mar 1, 2020
1 parent c9e3fa6 commit ce604e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ bool process_record_quantum(keyrecord_t *record) {
case OUT_BT:
set_output(OUTPUT_BLUETOOTH);
return false;
#endif
#if defined(BACKLIGHT_ENABLE) && defined(BACKLIGHT_BREATHING)
case BL_BRTG:
backlight_toggle_breathing();
return false;
#endif
}
}
Expand Down

0 comments on commit ce604e1

Please sign in to comment.