1
0
Fork 0

Move keyboard specific stuff to keyboard specific files, and vice versa

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-15 19:22:58 +07:00
parent 1eac297a2f
commit 3882f97d2e
5 changed files with 168 additions and 116 deletions

View file

@ -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) {
}