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/infinity87/rev2 | |
parent | 2bc7511b9e045c56e611c8c4f091ce00bc799772 (diff) |
Unconditionally call led_init_ports (#12116)
* Unconditionally call led_init_ports
* Another call to led_init_ports
Diffstat (limited to 'keyboards/mechlovin/infinity87/rev2')
-rw-r--r-- | keyboards/mechlovin/infinity87/rev2/rev2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/mechlovin/infinity87/rev2/rev2.c b/keyboards/mechlovin/infinity87/rev2/rev2.c index 5a92f8bec6..dfaa27d036 100644 --- a/keyboards/mechlovin/infinity87/rev2/rev2.c +++ b/keyboards/mechlovin/infinity87/rev2/rev2.c @@ -16,10 +16,6 @@ #include "rev2.h" -void matrix_init_kb(void) { - matrix_init_user(); - led_init_ports(); -}; void led_init_ports(void) { setPinOutput(A5); setPinOutput(A6); |