diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-29 15:03:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-29 15:03:52 +0200 |
| commit | 584b804ee33d53102fef3b8cdd045bca4c47bf26 (patch) | |
| tree | cccdc512fed02293ffd0bfb962ec14d8a8664e7f /quantum/visualizer/lcd_keyframes.c | |
| parent | 215dd126d08b29939c53bf0eaa006ce6ecdedb83 (diff) | |
| parent | 26bbfd78125224abdbd2e4ccf3aa3df1b5fc4968 (diff) | |
| download | qmk_firmware-584b804ee33d53102fef3b8cdd045bca4c47bf26.tar.gz qmk_firmware-584b804ee33d53102fef3b8cdd045bca4c47bf26.zip | |
Merge pull request #21 from qmk/master
Merge from QMK
Diffstat (limited to 'quantum/visualizer/lcd_keyframes.c')
| -rw-r--r-- | quantum/visualizer/lcd_keyframes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/visualizer/lcd_keyframes.c b/quantum/visualizer/lcd_keyframes.c index df11861dd..82e4184d2 100644 --- a/quantum/visualizer/lcd_keyframes.c +++ b/quantum/visualizer/lcd_keyframes.c | |||
| @@ -125,8 +125,8 @@ static void get_led_state_string(char* output, visualizer_state_t* state) { | |||
| 125 | pos += 5; | 125 | pos += 5; |
| 126 | } | 126 | } |
| 127 | if (state->status.leds & (1u << USB_LED_KANA)) { | 127 | if (state->status.leds & (1u << USB_LED_KANA)) { |
| 128 | memcpy(output + pos, "KANA ", 5); | 128 | memcpy(output + pos, "KANA", 4); |
| 129 | pos += 5; | 129 | pos += 4; |
| 130 | } | 130 | } |
| 131 | output[pos] = 0; | 131 | output[pos] = 0; |
| 132 | } | 132 | } |
