summaryrefslogtreecommitdiff
path: root/users/drashna/drashna.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-08-24 01:37:14 -0700
committerGitHub <noreply@github.com>2021-08-24 01:37:14 -0700
commitbc239cd52022ea7ca26310faa9ed98e3faa81cb6 (patch)
treefea0d67477102aafbbfcff46f4a761747ac169ae /users/drashna/drashna.h
parent4e1c5887c5c08ebd2cf7868c8d9292aa728e7bf0 (diff)
[Keymap] Drashna keymap fixups (#14140)
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r--users/drashna/drashna.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h
index a1fa3ffa92..af26fdc433 100644
--- a/users/drashna/drashna.h
+++ b/users/drashna/drashna.h
@@ -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);