From d3a35e3da1a1bf6b0d43c04d7a645de43e0ae3d6 Mon Sep 17 00:00:00 2001 From: MatteoDM Date: Thu, 17 Aug 2023 23:32:38 +0200 Subject: [PATCH] Update keyboards/handwired/neodox/keymaps/neodimio/keymap.c Co-authored-by: Duncan Sutherland --- keyboards/handwired/neodox/keymaps/neodimio/keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/handwired/neodox/keymaps/neodimio/keymap.c b/keyboards/handwired/neodox/keymaps/neodimio/keymap.c index 5b780192a5f..d2b009b3327 100644 --- a/keyboards/handwired/neodox/keymaps/neodimio/keymap.c +++ b/keyboards/handwired/neodox/keymaps/neodimio/keymap.c @@ -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