~ruther/qmk_firmware

11ee2736bd4a68d24d107c9daf6877e488c0b168 — QMK Bot 4 years ago d7e285a + 10e4487
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/rgblight.c
M quantum/rgblight.c => quantum/rgblight.c +1 -1
@@ 982,7 982,7 @@ void rgblight_task(void) {
#        ifndef RGBLIGHT_BREATHE_TABLE_SIZE
#            define RGBLIGHT_BREATHE_TABLE_SIZE 256  // 256 or 128 or 64
#        endif
#        include "rgblight_breathe_table.h"
#        include <rgblight_breathe_table.h>
#    endif

__attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5};