led.c 97 B

123456789
  1. #include "stdint.h"
  2. #include "led.h"
  3. /* HHKB has no LEDs */
  4. void led_set(uint8_t usb_led)
  5. {
  6. }