mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
10 lines
141 B
C
10 lines
141 B
C
|
#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
|