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 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #if defined(RGBLIGHT_ENABLE) | ||
| 4 | |||
| 5 | void keyboard_post_init_user(void); | ||
| 6 | void on_usb_led_off(void); | ||
| 7 | void on_usb_led_on(void); | ||
| 8 | |||
| 9 | #endif | ||
