diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-03 18:34:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 18:34:32 +0100 |
| commit | 3f419dc872d3ab61d129c644e114f62fd738e9d6 (patch) | |
| tree | 51beaff9f09d19130ca4f504bef512f776512f03 /keyboards/mechlovin/kanu | |
| parent | 2bc7511b9e045c56e611c8c4f091ce00bc799772 (diff) | |
| download | qmk_firmware-3f419dc872d3ab61d129c644e114f62fd738e9d6.tar.gz qmk_firmware-3f419dc872d3ab61d129c644e114f62fd738e9d6.zip | |
Unconditionally call led_init_ports (#12116)
* Unconditionally call led_init_ports
* Another call to led_init_ports
Diffstat (limited to 'keyboards/mechlovin/kanu')
| -rw-r--r-- | keyboards/mechlovin/kanu/kanu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/mechlovin/kanu/kanu.c b/keyboards/mechlovin/kanu/kanu.c index d19b7f103..ceb874e12 100644 --- a/keyboards/mechlovin/kanu/kanu.c +++ b/keyboards/mechlovin/kanu/kanu.c | |||
| @@ -16,10 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | #include "kanu.h" | 17 | #include "kanu.h" |
| 18 | 18 | ||
| 19 | void matrix_init_kb(void) { | ||
| 20 | matrix_init_user(); | ||
| 21 | led_init_ports(); | ||
| 22 | }; | ||
| 23 | void led_init_ports(void) { | 19 | void led_init_ports(void) { |
| 24 | setPinOutput(B2); | 20 | setPinOutput(B2); |
| 25 | setPinOutput(D0); | 21 | setPinOutput(D0); |
