mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-27 19:16:40 +06: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;
|