Skip to content

Commit

Permalink
Add definitions for RGB off/black. (qmk#11132)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-pufky authored Dec 6, 2020
1 parent cba7609 commit 08bf9f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/rgblight_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#define RGB_PURPLE 0x7A, 0x00, 0xFF
#define RGB_MAGENTA 0xFF, 0x00, 0xFF
#define RGB_PINK 0xFF, 0x80, 0xBF
#define RGB_BLACK 0x00, 0x00, 0x00
#define RGB_OFF RGB_BLACK

/* HSV COLORS */
#define HSV_WHITE 0, 0, 255
Expand All @@ -54,6 +56,8 @@
#define HSV_PURPLE 191, 255, 255
#define HSV_MAGENTA 213, 255, 255
#define HSV_PINK 234, 128, 255
#define HSV_BLACK 0, 0, 0
#define HSV_OFF HSV_BLACK

/*
########################################################################################
Expand Down

0 comments on commit 08bf9f9

Please sign in to comment.