diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2017-07-09 17:46:51 +0300 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 09:01:59 -0400 |
| commit | 2251560256ff1a139178dc80b18dd8ef1d8e83d6 (patch) | |
| tree | 51f39e49e40dc3cfa2bafeff51c32d992f1d10f5 /keyboards/ergodox/infinity/visualizer.c | |
| parent | f3c113fb5a5ea89762b5c51d5d182093f6fb999d (diff) | |
| download | qmk_firmware-2251560256ff1a139178dc80b18dd8ef1d8e83d6.tar.gz qmk_firmware-2251560256ff1a139178dc80b18dd8ef1d8e83d6.zip | |
Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT
Diffstat (limited to 'keyboards/ergodox/infinity/visualizer.c')
| -rw-r--r-- | keyboards/ergodox/infinity/visualizer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/visualizer.c b/keyboards/ergodox/infinity/visualizer.c index 5b6b32007..047a1119c 100644 --- a/keyboards/ergodox/infinity/visualizer.c +++ b/keyboards/ergodox/infinity/visualizer.c | |||
| @@ -79,7 +79,7 @@ static keyframe_animation_t one_led_color = { | |||
| 79 | .num_frames = 1, | 79 | .num_frames = 1, |
| 80 | .loop = false, | 80 | .loop = false, |
| 81 | .frame_lengths = {gfxMillisecondsToTicks(0)}, | 81 | .frame_lengths = {gfxMillisecondsToTicks(0)}, |
| 82 | .frame_functions = {backlight_keyframe_set_color}, | 82 | .frame_functions = {lcd_backlight_keyframe_set_color}, |
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | bool swap_led_target_color(keyframe_animation_t* animation, visualizer_state_t* state) { | 85 | bool swap_led_target_color(keyframe_animation_t* animation, visualizer_state_t* state) { |
| @@ -94,7 +94,7 @@ static keyframe_animation_t two_led_colors = { | |||
| 94 | .num_frames = 2, | 94 | .num_frames = 2, |
| 95 | .loop = true, | 95 | .loop = true, |
| 96 | .frame_lengths = {gfxMillisecondsToTicks(1000), gfxMillisecondsToTicks(0)}, | 96 | .frame_lengths = {gfxMillisecondsToTicks(1000), gfxMillisecondsToTicks(0)}, |
| 97 | .frame_functions = {backlight_keyframe_set_color, swap_led_target_color}, | 97 | .frame_functions = {lcd_backlight_keyframe_set_color, swap_led_target_color}, |
| 98 | }; | 98 | }; |
| 99 | 99 | ||
| 100 | // The LCD animation alternates between the layer name display and a | 100 | // The LCD animation alternates between the layer name display and a |
