EDITABLE_DISPLAY_TIMEOUT (#26517)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Andrew
2023-12-13 00:33:03 -05:00
committed by GitHub
parent 81cfa23882
commit 06710e54de
21 changed files with 102 additions and 82 deletions

View File

@@ -2762,7 +2762,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
#endif
#endif
#if LCD_BACKLIGHT_TIMEOUT_MINS
#if HAS_BACKLIGHT_TIMEOUT
#if !HAS_ENCODER_ACTION && DISABLED(HAS_DWIN_E3V2)
#error "LCD_BACKLIGHT_TIMEOUT_MINS requires an LCD with encoder or keypad."
#elif ENABLED(NEOPIXEL_BKGD_INDEX_FIRST)