]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Fix incorrect RGBLED_NUM value (#6148)
authorJimmy Multani <JimmyMultani@users.noreply.github.com>
Wed, 19 Jun 2019 05:54:55 +0000 (01:54 -0400)
committerDrashna Jaelre <drashna@live.com>
Wed, 19 Jun 2019 05:54:55 +0000 (22:54 -0700)
KBD67 Rev 2 has 20 LEDs, not 18. This was causing 2 of the underglow LEDs to remain off. This fix updates that.

keyboards/kbdfans/kbd67/rev2/config.h

index 97945eec8658d54aef0a986c38cee416b4a453f2..d4e200fa8e5d773aff24ab97eaf316f75ef666a7 100644 (file)
@@ -56,7 +56,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define RGB_DI_PIN E2
 #ifdef RGB_DI_PIN
 #define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 18
+#define RGBLED_NUM 20
 #define RGBLIGHT_HUE_STEP 8
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8