mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
bool led_update_kb(led_t led_state) {
|
||||
if (led_update_user(led_state)) {
|
||||
writePin(E6, !led_state.caps_lock);
|
||||
gpio_write_pin(E6, !led_state.caps_lock);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user