diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 12:53:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-21 12:53:21 -0400 |
| commit | 80c87054193b9243670aeb85adefbe1aa6c0fda0 (patch) | |
| tree | 9ee304b9ca913328f1ea45500b34410f0d53ccfe /keyboard | |
| parent | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff) | |
| download | qmk_firmware-80c87054193b9243670aeb85adefbe1aa6c0fda0.tar.gz qmk_firmware-80c87054193b9243670aeb85adefbe1aa6c0fda0.zip | |
reduces rgblight warnings, integrates completely (#428)
Diffstat (limited to 'keyboard')
| -rw-r--r-- | keyboard/satan/led.c | 2 | ||||
| -rw-r--r-- | keyboard/satan/satan.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/satan/led.c b/keyboard/satan/led.c index 5a9f2af67..94606e895 100644 --- a/keyboard/satan/led.c +++ b/keyboard/satan/led.c | |||
| @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | #include "led.h" | 20 | #include "led.h" |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | void led_init_ports() { | 23 | void led_init_ports(void) { |
| 24 | // * Set our LED pins as output | 24 | // * Set our LED pins as output |
| 25 | DDRB |= (1<<2); | 25 | DDRB |= (1<<2); |
| 26 | } | 26 | } |
diff --git a/keyboard/satan/satan.h b/keyboard/satan/satan.h index 12dec26a1..464289fdb 100644 --- a/keyboard/satan/satan.h +++ b/keyboard/satan/satan.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include "matrix.h" | 4 | #include "matrix.h" |
| 5 | #include "keymap.h" | 5 | #include "keymap.h" |
| 6 | #include <stddef.h> | 6 | #include <stddef.h> |
| 7 | 7 | #include "action_util.h" | |
| 8 | 8 | ||
| 9 | /* Clueboard matrix layout | 9 | /* Clueboard matrix layout |
| 10 | * ,-----------------------------------------------------------. | 10 | * ,-----------------------------------------------------------. |
