mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-08 06:53:24 +01:00
* Unconditionally call led_init_ports * Another call to led_init_ports
7 lines
114 B
C
7 lines
114 B
C
#include "jopr.h"
|
|
|
|
void led_init_ports(void) {
|
|
setPinOutput(F0);
|
|
setPinOutput(F1);
|
|
setPinOutput(F4);
|
|
} |