aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans
diff options
context:
space:
mode:
authorJimmy Multani <JimmyMultani@users.noreply.github.com>2019-06-19 01:54:55 -0400
committerDrashna Jaelre <drashna@live.com>2019-06-18 22:54:55 -0700
commita825bbf5eac56ed7358d71d952ba4d795bc1b1ef (patch)
treeb41904597ce6aa6861178c1e73ba1614aa80e59e /keyboards/kbdfans
parent4a43a947bd190c9fc859faa5df8aa26fa7feb5c9 (diff)
downloadfirmware-a825bbf5eac56ed7358d71d952ba4d795bc1b1ef.tar.gz
firmware-a825bbf5eac56ed7358d71d952ba4d795bc1b1ef.tar.bz2
firmware-a825bbf5eac56ed7358d71d952ba4d795bc1b1ef.zip
[Keyboard] Fix incorrect RGBLED_NUM value (#6148)
KBD67 Rev 2 has 20 LEDs, not 18. This was causing 2 of the underglow LEDs to remain off. This fix updates that.
Diffstat (limited to 'keyboards/kbdfans')
-rw-r--r--keyboards/kbdfans/kbd67/rev2/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbdfans/kbd67/rev2/config.h b/keyboards/kbdfans/kbd67/rev2/config.h
index 97945eec8..d4e200fa8 100644
--- a/keyboards/kbdfans/kbd67/rev2/config.h
+++ b/keyboards/kbdfans/kbd67/rev2/config.h
@@ -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