[Keymap] Drashna keymap fixups (#14140)
This commit is contained in:
@ -76,10 +76,15 @@ enum userspace_layers {
|
||||
#endif
|
||||
|
||||
#define DEFAULT_LAYER_1_HSV HSV_CYAN
|
||||
#define DEFAULT_LAYER_2_HSV HSV_SPRINGGREEN
|
||||
#define DEFAULT_LAYER_2_HSV HSV_CHARTREUSE
|
||||
#define DEFAULT_LAYER_3_HSV HSV_MAGENTA
|
||||
#define DEFAULT_LAYER_4_HSV HSV_GOLDENROD
|
||||
|
||||
#define DEFAULT_LAYER_1_RGB RGB_CYAN
|
||||
#define DEFAULT_LAYER_2_RGB RGB_CHARTREUSE
|
||||
#define DEFAULT_LAYER_3_RGB RGB_MAGENTA
|
||||
#define DEFAULT_LAYER_4_RGB RGB_GOLDENROD
|
||||
|
||||
bool mod_key_press_timer(uint16_t code, uint16_t mod_code, bool pressed);
|
||||
bool mod_key_press(uint16_t code, uint16_t mod_code, bool pressed, uint16_t this_timer);
|
||||
void matrix_init_keymap(void);
|
||||
|
Reference in New Issue
Block a user