mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 20:32:58 +00:00
5 lines
96 B
C
5 lines
96 B
C
|
#include "split_flags.h"
|
||
|
|
||
|
volatile bool RGB_DIRTY = false;
|
||
|
|
||
|
volatile bool BACKLIT_DIRTY = false;
|