2017-08-16 21:23:59 +02:00
|
|
|
|
|
|
|
#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
|
2017-08-12 10:17:11 +02:00
|
|
|
#endif
|