Migrate led_update_kb
implementations to DD (#23981)
This commit is contained in:
parent
cb39df273d
commit
17498fa48a
45 changed files with 94 additions and 658 deletions
|
@ -53,20 +53,7 @@ __attribute__ ((weak))
|
|||
void matrix_scan_user(void) {
|
||||
}
|
||||
|
||||
void indicator_init_ports(void) {
|
||||
|
||||
// Num LED
|
||||
gpio_set_pin_output(B4);
|
||||
|
||||
// Caps Lock
|
||||
gpio_set_pin_output(B0);
|
||||
|
||||
// Scroll Lock
|
||||
gpio_set_pin_output(D7);
|
||||
}
|
||||
|
||||
void matrix_init(void) {
|
||||
indicator_init_ports();
|
||||
unselect_cols();
|
||||
init_rows();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue