Explorar el Código

Remove duplicate BRTG case (#8277)

Ryan hace 5 años
padre
commit
ce604e1629
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      quantum/quantum.c

+ 0 - 5
quantum/quantum.c

@@ -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
         }
     }