diff options
author | Jon Nall <nall@stuntaz.org> | 2017-06-19 19:51:37 -0700 |
---|---|---|
committer | Jon Nall <nall@stuntaz.org> | 2017-06-19 19:51:37 -0700 |
commit | 7ce056cad712328c2a41003b3e5697ead8c625e8 (patch) | |
tree | df93bac6c507ce9ffc4f4bf90b418d3a7c14c2a8 /keyboards/s65_x | |
parent | 3e7bb196124aeab8c84752501b7ec91915814735 (diff) |
Fixed offset for knight rgb mode
Diffstat (limited to 'keyboards/s65_x')
-rw-r--r-- | keyboards/s65_x/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/s65_x/config.h b/keyboards/s65_x/config.h index 0af9f6dd1a..69ea32aca6 100644 --- a/keyboards/s65_x/config.h +++ b/keyboards/s65_x/config.h @@ -30,6 +30,7 @@ #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 +#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 20 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |