Skip to content

Commit

Permalink
[Keyboard] Fix incorrect RGBLED_NUM value (qmk#6148)
Browse files Browse the repository at this point in the history
KBD67 Rev 2 has 20 LEDs, not 18. This was causing 2 of the underglow LEDs to remain off. This fix updates that.
  • Loading branch information
JimmyMultani authored and drashna committed Jun 19, 2019
1 parent 4a43a94 commit a825bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/kbdfans/kbd67/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a825bbf

Please sign in to comment.