blob: 258dc391fe44565bdaedca5e4f6d3fecfe0c5b2d (
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
|