1
0
Files
qmk_firmware/keyboards/ai03/orbit/split_flags.h
Richard Baptist 21fbcf145c Revert "Delete unused boards"
This reverts commit 1b5c75c83d.
2019-06-16 13:04:19 +02:00

16 lines
180 B
C

#pragma once
#include <stdbool.h>
#include <stdint.h>
/**
* Global Flags
**/
//RGB Stuff
extern volatile bool RGB_DIRTY;
//Backlight Stuff
extern volatile bool BACKLIT_DIRTY;