aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd004/xd004.c
blob: 37a1dca144025dae896091b78af9e3a7f91e6694 (plain)
1
2
3
4
5
6
7
#include "xd004.h"

void led_set_kb(uint8_t usb_led) {
    // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here

    led_set_user(usb_led);
}