diff options
author | Ryan <fauxpark@gmail.com> | 2020-05-26 12:43:14 +1000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-08-08 20:27:10 -0700 |
commit | 4db676c64d5384b75342b786a82c068145d132db (patch) | |
tree | 1802a2ecc56e16a8a07c608ed02bfd45b22090bd /tmk_core | |
parent | a2cbd53ac971e92e0bc24a201b6781123ea7986c (diff) |
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 c078980d68..24eab25067 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 ==============================================================================*/ #ifdef USE_MASSDROP_CONFIGURATOR -// Ported from Massdrop QMK Github Repo +// Ported from Massdrop QMK GitHub Repo // TODO?: wire these up to keymap.c uint8_t led_animation_orientation = 0; |