diff options
Diffstat (limited to 'quantum/split_common/split_flags.c')
-rw-r--r-- | quantum/split_common/split_flags.c | 5 |
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 @@ | |||
1 | #include "split_flags.h" | ||
2 | |||
3 | volatile bool RGB_DIRTY = false; | ||
4 | |||
5 | volatile bool BACKLIT_DIRTY = false; \ No newline at end of file | ||