summaryrefslogtreecommitdiffstats
path: root/keyboards/ai03/orbit/split_flags.h
diff options
context:
space:
mode:
authorai03 <sarcaphx510@gmail.com>2019-03-11 03:57:36 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-11 03:57:36 +0100
commit9bea41c9b239916ae8786e7df02c29fad79ef459 (patch)
treeb9b4b3cdacd87156ebc29e70a79e846cb32e8679 /keyboards/ai03/orbit/split_flags.h
parentad12acd3c049e1eef02ac21bb749eda375e09cec (diff)
downloadqmk_firmware-9bea41c9b239916ae8786e7df02c29fad79ef459.tar.gz
qmk_firmware-9bea41c9b239916ae8786e7df02c29fad79ef459.tar.xz
[Keyboard] Add Orbit keyboard (#5306)
* Get things working except indicators * Attempt to get things working * hmm * Compiles but doesn't run * Make data transfer work * Get all indicators working * Remove old transport * Prepare for pullreq * Revert keymap from testing to production * Final error checking for pull request * Remove autogenerated is_command from config.h * Rewrite pin toggles using qmk functions
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 @@
+#pragma once
+
+#include <stdbool.h>
+#include <stdint.h>
+
+/**
+* Global Flags
+**/
+
+//RGB Stuff
+extern volatile bool RGB_DIRTY;
+
+
+//Backlight Stuff
+extern volatile bool BACKLIT_DIRTY;