diff options
Diffstat (limited to 'quantum/split_common/split_flags.h')
-rw-r--r-- | quantum/split_common/split_flags.h | 20 |
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 @@ | |||
1 | #ifndef SPLIT_FLAGS_H | ||
2 | #define SPLIT_FLAGS_H | ||
3 | |||
4 | #include <stdbool.h> | ||
5 | #include <stdint.h> | ||
6 | |||
7 | /** | ||
8 | * Global Flags | ||
9 | **/ | ||
10 | |||
11 | //RGB Stuff | ||
12 | extern volatile bool RGB_DIRTY; | ||
13 | |||
14 | |||
15 | //Backlight Stuff | ||
16 | extern volatile bool BACKLIT_DIRTY; | ||
17 | |||
18 | |||
19 | |||
20 | #endif \ No newline at end of file | ||