Update keyboards/handwired/neodox/keymaps/neodimio/keymap.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
MatteoDM 2023-08-17 23:32:38 +02:00 committed by GitHub
parent 3073ad6c2f
commit d3a35e3da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -665,14 +665,14 @@ void suspend_power_down_user(void) {
#ifdef QUANTUM_PAINTER_ENABLE
qp_power(lcd, false);
#endif
#endif
}
void suspend_wakeup_init_user(void) {
#ifdef QUANTUM_PAINTER_ENABLE
qp_power(lcd, true);
#endif
#endif
#ifdef RGB_LIGHT_ENABLE
rgblight_set_suspend_state(false);
#endif