summaryrefslogtreecommitdiffstats
path: root/users/csc027/custom_rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/csc027/custom_rgb.h')
-rw-r--r--users/csc027/custom_rgb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/csc027/custom_rgb.h b/users/csc027/custom_rgb.h
new file mode 100644
index 0000000000..47fdeb7b26
--- /dev/null
+++ b/users/csc027/custom_rgb.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#if defined(RGBLIGHT_ENABLE)
+
+void keyboard_post_init_user(void);
+void on_usb_led_off(void);
+void on_usb_led_on(void);
+
+#endif