logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

duck_led.c (92B)


  1. #include "duck_led.h"
  2. #include "wait.h"
  3. void show(void) {
  4. wait_us((RES / 1000UL) + 1);
  5. }