forked from mirrors/qmk_userspace
[Keymap] Drashna keymap fixups (#14140)
This commit is contained in:
parent
4e1c5887c5
commit
bc239cd520
7 changed files with 21 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue