Added some user customization

This commit is contained in:
Maarten Dekkers 2017-07-16 21:35:39 +02:00 committed by Jack Humbert
parent 30efce5584
commit 1524d29cfb
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ void led_set_kb(uint8_t usb_led) {
// Turn capslock off
PORTB |= (1<<2);
}
led_set_user(usb_led);
}