Skip to content

Commit

Permalink
Update keyboards/pica40/rev2/rev2.c
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <drashna@live.com>
  • Loading branch information
zzeneg and drashna committed Dec 11, 2022
1 parent 1e93a23 commit b8ae5b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions keyboards/pica40/rev2/rev2.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return process_record_user(keycode, record);
}

void suspend_wakeup_init_kb(void) {
rgblight_enable_noeeprom();

suspend_wakeup_init_user();
}

void suspend_power_down_kb(void) {
rgblight_disable_noeeprom();

suspend_power_down_user();
}
#endif // PICA40_RGBLIGHT_TIMEOUT

#ifdef RGBLIGHT_LAYERS
Expand Down

0 comments on commit b8ae5b7

Please sign in to comment.