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 0000000000..f101fff5b5 --- /dev/null +++ b/quantum/split_common/split_flags.h @@ -0,0 +1,20 @@ +#ifndef SPLIT_FLAGS_H +#define SPLIT_FLAGS_H + +#include <stdbool.h> +#include <stdint.h> + +/** +* Global Flags +**/ + +//RGB Stuff +extern volatile bool RGB_DIRTY; + + +//Backlight Stuff +extern volatile bool BACKLIT_DIRTY; + + + +#endif
\ No newline at end of file |