6 lines
86 B
C
6 lines
86 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef RGBLIGHT_ENABLE
|
||
|
#define RGBLIGHT_SLEEP
|
||
|
#endif // RGBLIGHT_ENABLE
|