mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-21 06:45:29 -04:00
Fix missed shutdown callbacks (#22549)
This commit is contained in:
parent
2dc5153f57
commit
8ec340381a
1 changed files with 0 additions and 7 deletions
|
@ -123,10 +123,3 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
|
|||
};
|
||||
// clang-format on
|
||||
#endif // ENCODER_MAP_ENABLE
|
||||
|
||||
void shutdown_user(void) {
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
rgb_matrix_sethsv_noeeprom(HSV_RED);
|
||||
rgb_matrix_update_pwm_buffers();
|
||||
#endif // RGB_MATRIX_ENABLE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue