Skip to content

Commit

Permalink
Remove duplicate BRTG case (qmk#8277)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and c0psrul3 committed Mar 23, 2020
1 parent 042c6a1 commit 216e466
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 216e466

Please sign in to comment.