[2.0.x] Option to use Neopixel as case light (#9270)

* Add option to use Neopixel as case light

* Apply CASE_LIGHT_USE_NEOPIXEL to example configs
This commit is contained in:
Scott Lahteine
2018-01-20 16:58:41 -06:00
committed by GitHub
parent 9b519864bf
commit 8190fdb260
46 changed files with 218 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
extern uint8_t case_light_brightness;
extern bool case_light_on;
extern uint8_t case_light_brightness_sav; // saves brighness info when case_light_on is false
extern bool case_light_arg_flag; // flag to notify if S or P arguement type
extern bool case_light_arg_flag; // flag to notify if S or P argument type
void update_case_light();