summaryrefslogtreecommitdiff
path: root/users/konstantin/rgb.c
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-11 22:41:51 +0100
committerKonstantin Đorđević <vomindoraan@gmail.com>2019-03-02 15:15:55 +0100
commit2f07627a5dd38ab1370804f4feb1972250928803 (patch)
tree251ce2f31c5d5892a58b01ac0067a09a8224b1c4 /users/konstantin/rgb.c
parentd163b22dfbb4a9092e3b7fc2b18a679e03080a58 (diff)
Add RGB_SET keycode to Melody96 and RGB files to userspace
Diffstat (limited to 'users/konstantin/rgb.c')
-rw-r--r--users/konstantin/rgb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/konstantin/rgb.c b/users/konstantin/rgb.c
new file mode 100644
index 0000000000..a09057d282
--- /dev/null
+++ b/users/konstantin/rgb.c
@@ -0,0 +1,3 @@
+#include "rgb.h"
+
+const hsv_t GODSPEED_BLUE = { .h = 214, .s = 17, .v = 73 };