summaryrefslogtreecommitdiffstats
path: root/quantum/split_common/split_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/split_flags.h')
-rw-r--r--quantum/split_common/split_flags.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/quantum/split_common/split_flags.h b/quantum/split_common/split_flags.h
new file mode 100644
index 000000000..f101fff5b
--- /dev/null
+++ b/quantum/split_common/split_flags.h
@@ -0,0 +1,20 @@
+#ifndef SPLIT_FLAGS_H
+#define SPLIT_FLAGS_H
+
+#include <stdbool.h>
+#include <stdint.h>
+
+/**
+* Global Flags
+**/
+
+//RGB Stuff
+extern volatile bool RGB_DIRTY;
+
+
+//Backlight Stuff
+extern volatile bool BACKLIT_DIRTY;
+
+
+
+#endif \ No newline at end of file