aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index 7c19a3bbb..a8d3305a6 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -315,11 +315,6 @@ bool process_record_quantum(keyrecord_t *record) {
315 set_output(OUTPUT_BLUETOOTH); 315 set_output(OUTPUT_BLUETOOTH);
316 return false; 316 return false;
317#endif 317#endif
318#if defined(BACKLIGHT_ENABLE) && defined(BACKLIGHT_BREATHING)
319 case BL_BRTG:
320 backlight_toggle_breathing();
321 return false;
322#endif
323 } 318 }
324 } 319 }
325 320