diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 7c19a3bbb6..a8d3305a65 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -315,11 +315,6 @@ bool process_record_quantum(keyrecord_t *record) { set_output(OUTPUT_BLUETOOTH); return false; #endif -#if defined(BACKLIGHT_ENABLE) && defined(BACKLIGHT_BREATHING) - case BL_BRTG: - backlight_toggle_breathing(); - return false; -#endif } } |