summaryrefslogtreecommitdiff
path: root/users/xulkal/custom_rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/xulkal/custom_rgb.h')
-rw-r--r--users/xulkal/custom_rgb.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/xulkal/custom_rgb.h b/users/xulkal/custom_rgb.h
new file mode 100644
index 0000000000..f19dd223c2
--- /dev/null
+++ b/users/xulkal/custom_rgb.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#if defined(RGB_MATRIX_ENABLE)
+#include "rgb_matrix.h"
+#elif defined(RGBLIGHT_ENABLE)
+#include "rgblight.h"
+#endif
+
+#ifdef RGB_MATRIX_ENABLE
+void rgb_matrix_increase_flags(void);
+void rgb_matrix_decrease_flags(void);
+#endif
+
+void rgb_reset(void);