Removed vestigial OLED logo timeout

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Ryan Neff 2024-03-29 13:28:38 -07:00 committed by GitHub
parent a011ffbcb0
commit cad7282e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,11 +101,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// clang-format on
};
/* Default timeout for displaying logo on boot. */
#ifndef OLED_LOGO_TIMEOUT
/* 10 second timeout. */
# define OLED_LOGO_TIMEOUT 10000
#endif
layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);