Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up laser_ninja/pumpkin_pad #19060

Merged
merged 1 commit into from
Nov 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions keyboards/laser_ninja/pumpkin_pad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN A10
# define RGBLED_NUM 28
# define DRIVER_LED_TOTAL RGBLED_NUM
# define BACKLIGHT_LIMIT_VAL 200
# define RGB_MATRIX_LED_COUNT 28
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
# define ENABLE_RGB_MATRIX_ALPHAS_MODS
# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
Expand Down