You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
311 B

  1. #include "kageurufu.h"
  2. #include "quantum.h"
  3. #include "process_records.h"
  4. #ifdef RGBLIGHT_ENABLE
  5. //Following line allows macro to read current RGB settings
  6. extern rgblight_config_t rgblight_config;
  7. rgblight_config_t backup_rgblight_config;
  8. __attribute__((weak))
  9. uint8_t RGBLIGHT_MODS[] = {0};
  10. #endif