aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/rgb_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/rgb_stuff.h')
-rw-r--r--users/drashna/rgb_stuff.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/drashna/rgb_stuff.h b/users/drashna/rgb_stuff.h
new file mode 100644
index 000000000..6426ea266
--- /dev/null
+++ b/users/drashna/rgb_stuff.h
@@ -0,0 +1,16 @@
1#include "quantum.h"
2
3typedef struct {
4 bool enabled;
5 uint8_t hue;
6 uint16_t timer;
7 uint8_t life;
8} rgblight_fadeout;
9
10bool process_record_user_rgb(uint16_t keycode, keyrecord_t *record);
11void scan_rgblight_fadeout(void);
12void matrix_init_rgb(void);
13void matrix_scan_rgb(void);
14uint32_t layer_state_set_rgb(uint32_t state);
15
16