38fdf7a2d2
* Add missing TD_RSF_RCT tap dance * Use standard QMK HSV and RGB structs, fix Godspeed colors * Move PROGMEM after the type in RGB intervals * Add MODERN_DOLCH_RED color, use it on KBD6X * Use 255 instead of RGBLIGHT_LIMIT_VAL in color definitions * Remove IS_COMMAND override on Whitefox
8 lines
137 B
C
8 lines
137 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
extern const HSV GODSPEED_BLUE;
|
|
extern const HSV GODSPEED_YELLOW;
|
|
extern const HSV MODERN_DOLCH_RED;
|