]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Correct jpetermans keymap readme and update copyright info
authorjpetermans <tibcmhhm@gmail.com>
Thu, 17 Aug 2017 19:57:47 +0000 (12:57 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 22 Aug 2017 03:22:36 +0000 (23:22 -0400)
keyboards/infinity60/keymaps/jpetermans/readme.md
keyboards/infinity60/led.c
keyboards/infinity60/led_controller.c
keyboards/infinity60/led_controller.h

index b83057ea7b0a709f02b84740cf530c583f88a7ff..833b467eef09c2b1e0800f6a176950dfc9f3380e 100644 (file)
@@ -18,7 +18,7 @@ digits mean "row" and "col", i.e. 45 means pin 4, column 5 in the IS31 datasheet
 
 The IS31 includes 8 led pages (or frames) 0-7 than can be displayed, and each page consists of 144 bytes.
 - **bytes 0 - 17** - LED control (on/off).
-    * 18 pins which alternate between A and B matrices (A1, B1, A2, B2, ..).
+    * 18 bytes which alternate between A and B matrices (A1, B1, A2, B2, ..).
     * Each byte controls the 8 leds on that pin with bits (8 to 1).
 - **bytes 8 - 35** - Blink control.
     * Same as LED control above, but sets blink on/off.
@@ -67,7 +67,7 @@ chMBPost(&led_mailbox, message, timeout);
 
 An example:
 ```c
-//set the message to be sent. First byte (LSB) is the led address, and second is the message type
+//set the message to be sent. First byte (LSB) is the message type, and second is the led address
 msg=(42 << 8) | ON_LED;
 
 //send msg to the led mailbox
index 53147a78a53a65319c099463411d89f84f0b06d9..1f77f9029d6b0a5b76a37aa7000ace8887068c09 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright 2015 Jun Wako <wakojun@gmail.com>
+Copyright 2017 jpetermans <tibcmhhm@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 21f95a9c129c3fda0445cb3cf56c9f1e2631559b..5c9b81ba48463080243c00640582f7341047d6ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright 2016 flabbergast <s3+flabbergast@sdfeu.org>
+Copyright 2017 jpetermans <tibcmhhm@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index eb6060f260004120826d66b4a6b2b1b2c0a8fd06..4af352227fe0249e44b5a9c244495e89974bf1be 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright 2016 flabbergast <s3+flabbergast@sdfeu.org>
+Copyright 2017 jpetermans <tibcmhhm@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by