Limit Case Light PWM (#15459)

This commit is contained in:
Giuliano Zaro
2019-10-06 05:32:50 +02:00
committed by Scott Lahteine
parent f8498d8a52
commit a1ad01e4ab
107 changed files with 123 additions and 1 deletions

View File

@ -383,6 +383,7 @@
#else
#define CASE_LIGHT_DEFAULT_BRIGHTNESS 255 // Set default power-up brightness (0-255, requires PWM pin)
#endif
//#define CASE_LIGHT_MAX_PWM 128 // Limit pwm
#define CASE_LIGHT_MENU // Add Case Light options to the LCD menu
//#define CASE_LIGHT_NO_BRIGHTNESS // Disable brightness control. Enable for non-PWM lighting.
//#define CASE_LIGHT_USE_NEOPIXEL // Use Neopixel LED as case light, requires NEOPIXEL_LED.