diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-20 09:17:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 09:17:36 -0400 |
commit | 33a271b8e3ce125c8f53c6f006643cc7c4259a4c (patch) | |
tree | 5698b0e11054b912d1a7fcddeb46363751395ab0 /keyboards/s65_x/config.h | |
parent | 3e7bb196124aeab8c84752501b7ec91915814735 (diff) | |
parent | f169c715ebb1d8482a36fa9883310c64a152b218 (diff) |
Merge pull request #1412 from nall/master
Fixed offset for knight rgb mode
Diffstat (limited to 'keyboards/s65_x/config.h')
-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 |