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 | |
parent | d7e285a4d93a15acadfeeb20eb86ada231fca201 (diff) | |
parent | 10e4487ba368a9e220c96e12a0d17ae729d5c1e1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 c6d84ccd66..3297f3a710 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c @@ -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}; |