mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-27 19:16:40 +06:00
10 lines
97 B
C
10 lines
97 B
C
|
#include "stdint.h"
|
||
|
#include "led.h"
|
||
|
|
||
|
|
||
|
/* HHKB has no LEDs */
|
||
|
void led_set(uint8_t usb_led)
|
||
|
{
|
||
|
}
|
||
|
|