diff options
Diffstat (limited to 'keyboards/ai03/orbit/split_flags.h')
-rw-r--r-- | keyboards/ai03/orbit/split_flags.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/ai03/orbit/split_flags.h b/keyboards/ai03/orbit/split_flags.h new file mode 100644 index 000000000..aaac474a7 --- /dev/null +++ b/keyboards/ai03/orbit/split_flags.h @@ -0,0 +1,15 @@ +#pragma once + +#include <stdbool.h> +#include <stdint.h> + +/** +* Global Flags +**/ + +//RGB Stuff +extern volatile bool RGB_DIRTY; + + +//Backlight Stuff +extern volatile bool BACKLIT_DIRTY; |