blob: 954b3beee67dc20be430e2c64a040a643c8cd4ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "../../config.h"
// make this easy to toggle behavior, so that it can be more easily toggled
#define LAYER_UNDERGLOW_LIGHTING
#ifdef LAYER_UNDERGLOW_LIGHTING
#undef RGBLIGHT_ANIMATIONS
#endif
|