mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
Added some user customization
This commit is contained in:
parent
30efce5584
commit
1524d29cfb
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ void led_set_kb(uint8_t usb_led) {
|
|||
// Turn capslock off
|
||||
PORTB |= (1<<2);
|
||||
}
|
||||
led_set_user(usb_led);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue