Move keyboard specific stuff to keyboard specific files, and vice versa
This commit is contained in:
parent
1eac297a2f
commit
3882f97d2e
5 changed files with 168 additions and 116 deletions
|
@ -36,3 +36,7 @@ void led_set_kb(uint8_t usb_led) {
|
|||
led_set_user(usb_led);
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void led_set_user(uint8_t usb_led) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue