diff options
| author | Ryan <fauxpark@gmail.com> | 2020-05-26 12:43:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-25 19:43:14 -0700 |
| commit | e4823aadec24bca0ecfd1184562d27a49fd20544 (patch) | |
| tree | 66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /tmk_core | |
| parent | 5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff) | |
| download | qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.tar.gz qmk_firmware-e4823aadec24bca0ecfd1184562d27a49fd20544.zip | |
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/arm_atsam/led_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/led_matrix.c b/tmk_core/protocol/arm_atsam/led_matrix.c index c078980d6..24eab2506 100644 --- a/tmk_core/protocol/arm_atsam/led_matrix.c +++ b/tmk_core/protocol/arm_atsam/led_matrix.c | |||
| @@ -326,7 +326,7 @@ const rgb_matrix_driver_t rgb_matrix_driver = {.init = init, .flush = flush, .se | |||
| 326 | ==============================================================================*/ | 326 | ==============================================================================*/ |
| 327 | 327 | ||
| 328 | #ifdef USE_MASSDROP_CONFIGURATOR | 328 | #ifdef USE_MASSDROP_CONFIGURATOR |
| 329 | // Ported from Massdrop QMK Github Repo | 329 | // Ported from Massdrop QMK GitHub Repo |
| 330 | 330 | ||
| 331 | // TODO?: wire these up to keymap.c | 331 | // TODO?: wire these up to keymap.c |
| 332 | uint8_t led_animation_orientation = 0; | 332 | uint8_t led_animation_orientation = 0; |
