summaryrefslogtreecommitdiffstats
path: root/quantum/split_common/split_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/split_flags.h')
-rw-r--r--quantum/split_common/split_flags.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/quantum/split_common/split_flags.h b/quantum/split_common/split_flags.h
deleted file mode 100644
index aaac474a7..000000000
--- a/quantum/split_common/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;