Fix the clueboard2 led code
1 files changed, 1 insertions(+), 1 deletions(-) M keyboard/clueboard2/led.c
M keyboard/clueboard2/led.c => keyboard/clueboard2/led.c +1 -1
@@ 25,7 25,7 @@ void led_init_ports() { DDRB |= (1<<4); } -void led_set(uint8_t usb_led) { +void led_set_kb(uint8_t usb_led) { if (usb_led & (1<<USB_LED_CAPS_LOCK)) { // Turn capslock on PORTB |= (1<<4);