mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
3f419dc872
* 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);
|
|
} |