summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/config.h
diff options
context:
space:
mode:
authorBenjamin Kesselring <benji@Benjamins-MacBook-Pro.local>2017-07-29 22:28:48 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-30 06:46:08 +0200
commitfffc5237a7935fc312875514b76ffaf14e064667 (patch)
treef8140340fec2e9845993b564335cb26e20f0193d /keyboards/xd75/config.h
parent992a63c0f29d167341cb2417d2bc90302abe51d8 (diff)
downloadqmk_firmware-fffc5237a7935fc312875514b76ffaf14e064667.tar.gz
qmk_firmware-fffc5237a7935fc312875514b76ffaf14e064667.tar.xz
fix RGB
Diffstat (limited to 'keyboards/xd75/config.h')
-rw-r--r--keyboards/xd75/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h
index 1940cc6f9..aff38e5d2 100644
--- a/keyboards/xd75/config.h
+++ b/keyboards/xd75/config.h
@@ -162,7 +162,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// ws2812 options
#define RGB_DI_PIN F6 // pin the DI on the ws2812 is hooked-up to
#define RGBLIGHT_ANIMATIONS // run RGB animations
-#define RGBLED_NUM 18 // number of LEDs
+#define RGBLED_NUM 6 // number of LEDs
#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
#define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)