mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +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