aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgblight.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-12 18:19:43 +0000
committerQMK Bot <hello@qmk.fm>2020-12-12 18:19:43 +0000
commit11ee2736bd4a68d24d107c9daf6877e488c0b168 (patch)
tree938a869019eb89fc05808f9f991e83f6675dce65 /quantum/rgblight.c
parentd7e285a4d93a15acadfeeb20eb86ada231fca201 (diff)
parent10e4487ba368a9e220c96e12a0d17ae729d5c1e1 (diff)
downloadqmk_firmware-11ee2736bd4a68d24d107c9daf6877e488c0b168.tar.gz
qmk_firmware-11ee2736bd4a68d24d107c9daf6877e488c0b168.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r--quantum/rgblight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index c6d84ccd6..3297f3a71 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -982,7 +982,7 @@ void rgblight_task(void) {
982# ifndef RGBLIGHT_BREATHE_TABLE_SIZE 982# ifndef RGBLIGHT_BREATHE_TABLE_SIZE
983# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256 or 128 or 64 983# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256 or 128 or 64
984# endif 984# endif
985# include "rgblight_breathe_table.h" 985# include <rgblight_breathe_table.h>
986# endif 986# endif
987 987
988__attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5}; 988__attribute__((weak)) const uint8_t RGBLED_BREATHING_INTERVALS[] PROGMEM = {30, 20, 10, 5};