diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-04-12 12:43:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-12 12:43:46 -0400 |
| commit | e5f610b70ec124da411dd8b32c5a4de14b2bedc8 (patch) | |
| tree | 85590469e36f6da98d8606d725bebaf78cbf7444 /quantum/visualizer/lcd_backlight.c | |
| parent | 154305ce1be16b2c8abce5e5d4dee421f295d6b3 (diff) | |
| parent | 1d5567a3a9ae1ca45bd5ff09f21edb7d1388afc3 (diff) | |
| download | qmk_firmware-e5f610b70ec124da411dd8b32c5a4de14b2bedc8.tar.gz qmk_firmware-e5f610b70ec124da411dd8b32c5a4de14b2bedc8.zip | |
Merge pull request #1217 from fredizzimo/ergodox_default_visualizer
Enable Ergodox Infinity LCD visualization
Diffstat (limited to 'quantum/visualizer/lcd_backlight.c')
| -rw-r--r-- | quantum/visualizer/lcd_backlight.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/visualizer/lcd_backlight.c b/quantum/visualizer/lcd_backlight.c index 70187d1e0..00de3fab5 100644 --- a/quantum/visualizer/lcd_backlight.c +++ b/quantum/visualizer/lcd_backlight.c | |||
| @@ -25,10 +25,10 @@ SOFTWARE. | |||
| 25 | #include "lcd_backlight.h" | 25 | #include "lcd_backlight.h" |
| 26 | #include <math.h> | 26 | #include <math.h> |
| 27 | 27 | ||
| 28 | static uint8_t current_hue = 0x00; | 28 | static uint8_t current_hue = 0; |
| 29 | static uint8_t current_saturation = 0x00; | 29 | static uint8_t current_saturation = 0; |
| 30 | static uint8_t current_intensity = 0xFF; | 30 | static uint8_t current_intensity = 0; |
| 31 | static uint8_t current_brightness = 0x7F; | 31 | static uint8_t current_brightness = 0; |
| 32 | 32 | ||
| 33 | void lcd_backlight_init(void) { | 33 | void lcd_backlight_init(void) { |
| 34 | lcd_backlight_hal_init(); | 34 | lcd_backlight_hal_init(); |
