]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/split_common/split_flags.h
Add documentation and fix formating (#4860)
[qmk_firmware.git] / quantum / split_common / split_flags.h
1 #ifndef SPLIT_FLAGS_H
2 #define SPLIT_FLAGS_H
3
4 #include <stdbool.h>
5 #include <stdint.h>
6
7 /** 
8 * Global Flags
9 **/
10
11 //RGB Stuff
12 extern volatile bool RGB_DIRTY;
13
14
15 //Backlight Stuff
16 extern volatile bool BACKLIT_DIRTY;
17
18
19
20 #endif