diff options
Diffstat (limited to 'quantum/split_common/split_flags.h')
-rw-r--r-- | quantum/split_common/split_flags.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/quantum/split_common/split_flags.h b/quantum/split_common/split_flags.h deleted file mode 100644 index aaac474a7..000000000 --- a/quantum/split_common/split_flags.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include <stdbool.h> | ||
4 | #include <stdint.h> | ||
5 | |||
6 | /** | ||
7 | * Global Flags | ||
8 | **/ | ||
9 | |||
10 | //RGB Stuff | ||
11 | extern volatile bool RGB_DIRTY; | ||
12 | |||
13 | |||
14 | //Backlight Stuff | ||
15 | extern volatile bool BACKLIT_DIRTY; | ||