mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06: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);
|
|
}
|