Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
parent
5426a7a129
commit
d09a06a1b3
390 changed files with 3912 additions and 3913 deletions
|
@ -21,8 +21,8 @@ void matrix_init_kb(void) {
|
|||
// runs once when the firmware starts up
|
||||
|
||||
// Turn status LED on
|
||||
setPinOutput(E6);
|
||||
writePinHigh(E6);
|
||||
gpio_set_pin_output(E6);
|
||||
gpio_write_pin_high(E6);
|
||||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue