diff options
| author | QMK Bot <hello@qmk.fm> | 2020-12-12 18:19:43 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-12-12 18:19:43 +0000 |
| commit | 11ee2736bd4a68d24d107c9daf6877e488c0b168 (patch) | |
| tree | 938a869019eb89fc05808f9f991e83f6675dce65 /quantum/rgblight.c | |
| parent | d7e285a4d93a15acadfeeb20eb86ada231fca201 (diff) | |
| parent | 10e4487ba368a9e220c96e12a0d17ae729d5c1e1 (diff) | |
| download | qmk_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.c | 2 |
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}; |
