Fix capitalisation of "GitHub" (#9184)
This commit is contained in:
@@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user