mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 12:34:39 +00: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
|