diff options
Diffstat (limited to 'users/csc027/custom_rgb.h')
-rw-r--r-- | users/csc027/custom_rgb.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/csc027/custom_rgb.h b/users/csc027/custom_rgb.h new file mode 100644 index 000000000..47fdeb7b2 --- /dev/null +++ b/users/csc027/custom_rgb.h @@ -0,0 +1,9 @@ +#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 |