duck_led.c (92B)
- #include "duck_led.h"
- #include "wait.h"
- void show(void) {
- wait_us((RES / 1000UL) + 1);
- }
git clone https://anongit.hacktivis.me/git/qmk_firmware.git
duck_led.c (92B)
- #include "duck_led.h"
- #include "wait.h"
- void show(void) {
- wait_us((RES / 1000UL) + 1);
- }