diff options
| author | David Stosik <davidstosik@users.noreply.github.com> | 2017-09-04 03:02:06 +0900 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-09-03 11:02:06 -0700 |
| commit | 94f8b758b3029087381a9eaa6aa1bce92b2f8a0f (patch) | |
| tree | b7c6e6c238a7ebcf885ddd72fab45b8801eae3a7 /quantum/rgblight.h | |
| parent | f0db2c0512996c30372a586aa535a6dca66dce0a (diff) | |
| download | qmk_firmware-94f8b758b3029087381a9eaa6aa1bce92b2f8a0f.tar.gz qmk_firmware-94f8b758b3029087381a9eaa6aa1bce92b2f8a0f.zip | |
Fix Kitt and its default behavior (#1674)
Diffstat (limited to 'quantum/rgblight.h')
| -rw-r--r-- | quantum/rgblight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 8fea96a9e..d3e3a6cf7 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7 | 30 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7 |
| 31 | #endif | 31 | #endif |
| 32 | #ifndef RGBLIGHT_EFFECT_KNIGHT_OFFSET | 32 | #ifndef RGBLIGHT_EFFECT_KNIGHT_OFFSET |
| 33 | #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9 | 33 | #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 0 |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #ifndef RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH | 36 | #ifndef RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH |
