mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 08:25:01 +00:00
3f419dc872
* Unconditionally call led_init_ports * Another call to led_init_ports
7 lines
No EOL
114 B
C
7 lines
No EOL
114 B
C
#include "jopr.h"
|
|
|
|
void led_init_ports(void) {
|
|
setPinOutput(F0);
|
|
setPinOutput(F1);
|
|
setPinOutput(F4);
|
|
} |