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

#include "kageurufu.h"
#include "quantum.h"
#include "process_records.h"
#ifdef RGBLIGHT_ENABLE
//Following line allows macro to read current RGB settings
extern rgblight_config_t rgblight_config;
rgblight_config_t backup_rgblight_config;
__attribute__((weak))
uint8_t RGBLIGHT_MODS[] = {0};
#endif