mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 15:12:02 +00:00
Update keyboards/handwired/neodox/keymaps/neodimio/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
3073ad6c2f
commit
d3a35e3da1
@ -665,14 +665,14 @@ void suspend_power_down_user(void) {
|
|||||||
|
|
||||||
#ifdef QUANTUM_PAINTER_ENABLE
|
#ifdef QUANTUM_PAINTER_ENABLE
|
||||||
qp_power(lcd, false);
|
qp_power(lcd, false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void suspend_wakeup_init_user(void) {
|
void suspend_wakeup_init_user(void) {
|
||||||
|
|
||||||
#ifdef QUANTUM_PAINTER_ENABLE
|
#ifdef QUANTUM_PAINTER_ENABLE
|
||||||
qp_power(lcd, true);
|
qp_power(lcd, true);
|
||||||
#endif
|
#endif
|
||||||
#ifdef RGB_LIGHT_ENABLE
|
#ifdef RGB_LIGHT_ENABLE
|
||||||
rgblight_set_suspend_state(false);
|
rgblight_set_suspend_state(false);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user