#pragma once
#include"quantum.h"#include"issmirnov.h"// Welcome animation when keyboard boots
voidkeyboard_post_init_rgb(void);// If rgb enabled, set underglow for layer
uint32_tlayer_state_set_rgb(uint32_tstate);// Enhance matrix scan code. Note: keep this light, since it runs every 100ms
voidmatrix_scan_rgb(void);// Light up SHIFT and GUI indicator when pressed.
voidset_rgb_indicators(uint8_tthis_mod,uint8_tthis_osm);