qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

duck_led.c (92B)


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