]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fix RGB
authorBenjamin Kesselring <benji@Benjamins-MacBook-Pro.local>
Sat, 29 Jul 2017 20:28:48 +0000 (14:28 -0600)
committerJack Humbert <jack.humb@gmail.com>
Sun, 30 Jul 2017 04:46:08 +0000 (00:46 -0400)
keyboards/xd75/config.h

index 1940cc6f989fa6bba751d5508e88a63d9240e485..aff38e5d2c74a8fe0520bd544040820a6cdcc768 100644 (file)
@@ -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)