summaryrefslogtreecommitdiffstats
path: root/keyboards/duck/duck_led/duck_led.c
blob: 2fa920e4b611f9d819d6c5a25e4b6d7159d28698 (plain)
1
2
3
4
5
6
7
#include <avr/io.h>
#include "duck_led.h"
#include "quantum.h"

void show(void) {
  wait_us((RES / 1000UL) + 1);
}