mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
7 lines
92 B
C
7 lines
92 B
C
#include "duck_led.h"
|
|
#include "wait.h"
|
|
|
|
void show(void) {
|
|
wait_us((RES / 1000UL) + 1);
|
|
}
|