Fix capitalisation of "GitHub" (#9184)

This commit is contained in:
Ryan
2020-05-26 12:43:14 +10:00
committed by Drashna Jael're
parent a2cbd53ac9
commit 4db676c64d
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
* APA102 lib V1.0a * APA102 lib V1.0a
* *
* Controls APA102 RGB-LEDs * Controls APA102 RGB-LEDs
* Author: Mikkel (Duckle29 on github) * Author: Mikkel (Duckle29 on GitHub)
* *
* Dec 22th, 2017 v1.0a Initial Version * Dec 22th, 2017 v1.0a Initial Version
* *

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/* Library made by: g4lvanix /* Library made by: g4lvanix
* Github repository: https://github.com/g4lvanix/I2C-master-lib * GitHub repository: https://github.com/g4lvanix/I2C-master-lib
*/ */
#include <avr/io.h> #include <avr/io.h>

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/* Library made by: g4lvanix /* Library made by: g4lvanix
* Github repository: https://github.com/g4lvanix/I2C-master-lib * GitHub repository: https://github.com/g4lvanix/I2C-master-lib
*/ */
#ifndef I2C_MASTER_H #ifndef I2C_MASTER_H

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/* Library made by: g4lvanix /* Library made by: g4lvanix
* Github repository: https://github.com/g4lvanix/I2C-slave-lib * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib
*/ */
#include <avr/io.h> #include <avr/io.h>

View File

@@ -14,7 +14,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/* Library made by: g4lvanix /* Library made by: g4lvanix
* Github repository: https://github.com/g4lvanix/I2C-slave-lib * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib
Info: Inititate the library by giving the required address. Info: Inititate the library by giving the required address.
Read or write to the necessary buffer according to the opperation. Read or write to the necessary buffer according to the opperation.

View File

@@ -326,7 +326,7 @@ const rgb_matrix_driver_t rgb_matrix_driver = {.init = init, .flush = flush, .se
==============================================================================*/ ==============================================================================*/
#ifdef USE_MASSDROP_CONFIGURATOR #ifdef USE_MASSDROP_CONFIGURATOR
// Ported from Massdrop QMK Github Repo // Ported from Massdrop QMK GitHub Repo
// TODO?: wire these up to keymap.c // TODO?: wire these up to keymap.c
uint8_t led_animation_orientation = 0; uint8_t led_animation_orientation = 0;