|
|
|
|
522
|
#define INVERT_CASE_LIGHT false // Set true if Case Light is ON when pin is LOW
|
522
|
#define INVERT_CASE_LIGHT false // Set true if Case Light is ON when pin is LOW
|
523
|
#define CASE_LIGHT_DEFAULT_ON true // Set default power-up state on
|
523
|
#define CASE_LIGHT_DEFAULT_ON true // Set default power-up state on
|
524
|
#define CASE_LIGHT_DEFAULT_BRIGHTNESS 105 // Set default power-up brightness (0-255, requires PWM pin)
|
524
|
#define CASE_LIGHT_DEFAULT_BRIGHTNESS 105 // Set default power-up brightness (0-255, requires PWM pin)
|
525
|
- //#define CASE_LIGHT_MAX_PWM 128 // Limit pwm
|
|
|
|
|
525
|
+ //#define CASE_LIGHT_MAX_PWM 128 // Limit PWM duty cycle (0-255)
|
526
|
//#define CASE_LIGHT_MENU // Add Case Light options to the LCD menu
|
526
|
//#define CASE_LIGHT_MENU // Add Case Light options to the LCD menu
|
527
|
//#define CASE_LIGHT_NO_BRIGHTNESS // Disable brightness control. Enable for non-PWM lighting.
|
527
|
//#define CASE_LIGHT_NO_BRIGHTNESS // Disable brightness control. Enable for non-PWM lighting.
|
528
|
//#define CASE_LIGHT_USE_NEOPIXEL // Use NeoPixel LED as case light, requires NEOPIXEL_LED.
|
528
|
//#define CASE_LIGHT_USE_NEOPIXEL // Use NeoPixel LED as case light, requires NEOPIXEL_LED.
|