New and improved lock LED callbacks (#7215)

* New and improved lock LED callbacks

* Include stdbool

* Update documentation

* Use full function signatures and add keyboard-level example
This commit is contained in:
fauxpark
2019-11-06 11:42:16 +11:00
committed by Florian Didron
parent 4c1bdea275
commit 81126b6673
6 changed files with 47 additions and 1 deletions

View File

@@ -63,4 +63,6 @@ void matrix_init_user(void) {}
void matrix_scan_user(void) {}
void led_set_user(uint8_t usb_led) {}
bool led_update_user(led_t led_state) {
return true;
}