diff options
author | Joel Challis <git@zvecr.com> | 2021-12-01 11:19:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 11:19:14 +0000 |
commit | 1493e6d3f04387f7dc460836cac724703cb947e2 (patch) | |
tree | cfa0a8b33be720b53a8502a537fa2f4e2c6dc21d /keyboards/ai03/orbit/split_flags.h | |
parent | 3d06860f3cd8af5d9a2b4e9736b3024d0f37343f (diff) |
Convert ai03/orbit to SPLIT_KEYBOARD (#15340)
Diffstat (limited to 'keyboards/ai03/orbit/split_flags.h')
-rw-r--r-- | keyboards/ai03/orbit/split_flags.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/ai03/orbit/split_flags.h b/keyboards/ai03/orbit/split_flags.h deleted file mode 100644 index aaac474a7d..0000000000 --- a/keyboards/ai03/orbit/split_flags.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include <stdbool.h> -#include <stdint.h> - -/** -* Global Flags -**/ - -//RGB Stuff -extern volatile bool RGB_DIRTY; - - -//Backlight Stuff -extern volatile bool BACKLIT_DIRTY; |