diff options
Diffstat (limited to 'quantum/split_common/split_flags.h')
-rw-r--r-- | quantum/split_common/split_flags.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/quantum/split_common/split_flags.h b/quantum/split_common/split_flags.h index f101fff5b..aaac474a7 100644 --- a/quantum/split_common/split_flags.h +++ b/quantum/split_common/split_flags.h | |||
@@ -1,10 +1,9 @@ | |||
1 | #ifndef SPLIT_FLAGS_H | 1 | #pragma once |
2 | #define SPLIT_FLAGS_H | ||
3 | 2 | ||
4 | #include <stdbool.h> | 3 | #include <stdbool.h> |
5 | #include <stdint.h> | 4 | #include <stdint.h> |
6 | 5 | ||
7 | /** | 6 | /** |
8 | * Global Flags | 7 | * Global Flags |
9 | **/ | 8 | **/ |
10 | 9 | ||
@@ -14,7 +13,3 @@ extern volatile bool RGB_DIRTY; | |||
14 | 13 | ||
15 | //Backlight Stuff | 14 | //Backlight Stuff |
16 | extern volatile bool BACKLIT_DIRTY; | 15 | extern volatile bool BACKLIT_DIRTY; |
17 | |||
18 | |||
19 | |||
20 | #endif \ No newline at end of file | ||