summaryrefslogtreecommitdiffstats
path: root/quantum/split_common/split_flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/split_flags.c')
-rw-r--r--quantum/split_common/split_flags.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/split_common/split_flags.c b/quantum/split_common/split_flags.c
new file mode 100644
index 000000000..1f5825d65
--- /dev/null
+++ b/quantum/split_common/split_flags.c
@@ -0,0 +1,5 @@
+#include "split_flags.h"
+
+volatile bool RGB_DIRTY = false;
+
+volatile bool BACKLIT_DIRTY = false; \ No newline at end of file