Add GODSPEED_YELLOW color
This commit is contained in:
parent
de2e03650b
commit
fbe2eba472
4 changed files with 13 additions and 4 deletions
|
@ -61,7 +61,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
return false;
|
||||
|
||||
#ifdef LAYER_FN
|
||||
static bool fn_lock;
|
||||
static bool fn_lock;
|
||||
|
||||
case FN_FNLK:
|
||||
if (record->event.pressed && record->tap.count == TAPPING_TOGGLE) {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "rgb.h"
|
||||
|
||||
const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL };
|
||||
const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL };
|
||||
const hsv_t GODSPEED_YELLOW = { .h = 35, .s = 165, .v = RGBLIGHT_LIMIT_VAL };
|
||||
|
|
|
@ -15,3 +15,4 @@ typedef struct {
|
|||
} rgb_t;
|
||||
|
||||
extern const hsv_t GODSPEED_BLUE;
|
||||
extern const hsv_t GODSPEED_YELLOW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue