diff options
| -rw-r--r-- | keyboards/crkbd/keymaps/soundmonster/keymap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/soundmonster/keymap.c b/keyboards/crkbd/keymaps/soundmonster/keymap.c index 28b3e19d1..74d5e541c 100644 --- a/keyboards/crkbd/keymaps/soundmonster/keymap.c +++ b/keyboards/crkbd/keymaps/soundmonster/keymap.c | |||
| @@ -298,6 +298,10 @@ void render_status_secondary(void) { | |||
| 298 | render_mod_status_ctrl_shift(get_mods()|get_oneshot_mods()); | 298 | render_mod_status_ctrl_shift(get_mods()|get_oneshot_mods()); |
| 299 | } | 299 | } |
| 300 | 300 | ||
| 301 | void suspend_power_down_user() { | ||
| 302 | oled_off(); | ||
| 303 | } | ||
| 304 | |||
| 301 | void oled_task_user(void) { | 305 | void oled_task_user(void) { |
| 302 | if (timer_elapsed32(oled_timer) > 30000) { | 306 | if (timer_elapsed32(oled_timer) > 30000) { |
| 303 | oled_off(); | 307 | oled_off(); |
