This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard/macway/led.c
2011-02-22 03:09:21 +09:00

7 lines
73 B
C

#include "stdint.h"
#include "led.h"
void led_set(uint8_t usb_led)
{
}