forked from mirror/qmk_firmware
Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
setPinOutput(MODELH_STATUS_LED);
|
||||
writePin(MODELH_STATUS_LED, 0);
|
||||
gpio_set_pin_output(MODELH_STATUS_LED);
|
||||
gpio_write_pin(MODELH_STATUS_LED, 0);
|
||||
|
||||
keyboard_pre_init_user();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user