Implement Capslock LED

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-11 19:03:18 +07:00
parent 9fc3afbef4
commit 79de0cd119
2 changed files with 22 additions and 4 deletions

View file

@ -32,4 +32,7 @@ void matrix_scan_kb(void) {
matrix_scan_user();
}
void led_set_kb(uint8_t usb_led) {
led_set_user(usb_led);
}