xd004.c 163 B

1234567
  1. #include "xd004.h"
  2. void led_set_kb(uint8_t usb_led) {
  3. // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
  4. led_set_user(usb_led);
  5. }