mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-03 23:39:55 +00:00
11 lines
217 B
C
11 lines
217 B
C
|
|
#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 |