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/handwired | |
parent | 2bc7511b9e045c56e611c8c4f091ce00bc799772 (diff) |
Unconditionally call led_init_ports (#12116)
* Unconditionally call led_init_ports
* Another call to led_init_ports
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/jopr/jopr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/jopr/jopr.c b/keyboards/handwired/jopr/jopr.c index 3dccb719c2..a337867dd1 100644 --- a/keyboards/handwired/jopr/jopr.c +++ b/keyboards/handwired/jopr/jopr.c @@ -1,8 +1,4 @@ #include "jopr.h" -void matrix_init_kb(void) { - matrix_init_user(); - led_init_ports(); -}; void led_init_ports(void) { setPinOutput(F0); |