Skip to content

Commit

Permalink
vertex/angle65 - Implement RGBlight (qmk#20514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertex-kb authored and autoferrit committed Dec 6, 2023
1 parent 44ed7b7 commit 1df502e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions keyboards/vertex/angle65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,19 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#define SOLENOID_PIN A2

#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
#define RGBLIGHT_EFFECT_SNAKE
#define RGBLIGHT_EFFECT_KNIGHT
#define RGBLIGHT_EFFECT_CHRISTMAS
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGB_DI_PIN B15
#define RGBLED_NUM 9
#define WS2812_SPI SPID2
#define WS2812_SPI_MOSI_PAL_MODE 5

#define FORCE_NKRO
2 changes: 1 addition & 1 deletion keyboards/vertex/angle65/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

HAPTIC_ENABLE = yes
Expand Down

0 comments on commit 1df502e

Please sign in to comment.