config.h 207 B

1234567891011
  1. #include "../../config.h"
  2. // make this easy to toggle behavior, so that it can be more easily toggled
  3. #define LAYER_UNDERGLOW_LIGHTING
  4. #ifdef LAYER_UNDERGLOW_LIGHTING
  5. #undef RGBLIGHT_ANIMATIONS
  6. #endif