Skip to content

Commit

Permalink
Update keyboards/lostdotfish/rp2040_orbweaver/keymaps/default/keymap.c
Browse files Browse the repository at this point in the history
Co-authored-by: jack <[email protected]>
  • Loading branch information
Lostdotfish and waffle87 authored Dec 11, 2024
1 parent 260f0ab commit 8a38959
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ void suspend_power_down_kb(void) {
// code will run multiple times while keyboard is suspended
gpio_write_pin_high(GP23);
gpio_write_pin_high(GP24);
gpio_write_pin_high(GP25);
gpio_write_pin_high(GP25);
suspend_power_down_user();
}

void suspend_wakeup_init_kb(void) {
Expand Down

0 comments on commit 8a38959

Please sign in to comment.