#pragma once

#if defined(RGBLIGHT_ENABLE)

void keyboard_post_init_user(void);
void on_usb_led_off(void);
void on_usb_led_on(void);

#endif