~ruther/qmk_firmware

ref: cbf538aaaae837971a5b54aaddb9f92b3ac0a8c0 qmk_firmware/keyboards/duck/duck_led/duck_led.c -rw-r--r-- 115 bytes
cbf538aa — Ryan V-USB: Add generic `send_report()` function (#22323) 1 year, 6 months ago
                                                                                
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);
}
Do not follow this link