aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ai03/orbit/split_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ai03/orbit/split_flags.h')
-rw-r--r--keyboards/ai03/orbit/split_flags.h15
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 @@
1#pragma once
2
3#include <stdbool.h>
4#include <stdint.h>
5
6/**
7* Global Flags
8**/
9
10//RGB Stuff
11extern volatile bool RGB_DIRTY;
12
13
14//Backlight Stuff
15extern volatile bool BACKLIT_DIRTY;