summaryrefslogtreecommitdiff
path: root/quantum
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
parentd7e285a4d93a15acadfeeb20eb86ada231fca201 (diff)
parent10e4487ba368a9e220c96e12a0d17ae729d5c1e1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r--quantum/rgblight.c2
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};