X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fadb_usb%2Fled.c;h=ea9bf77b5c1e0f52af171542e999586e562fab06;hb=7c228967a405b04d58bb06e619de8d1d7bb3c15b;hp=1e7911f9428585ce73755eb6c5f5ac03043ed598;hpb=c18c52f551545b46a28902c69730eefbdb75577d;p=max%2Ftmk_keyboard.git diff --git a/converter/adb_usb/led.c b/converter/adb_usb/led.c index 1e7911f9..ea9bf77b 100644 --- a/converter/adb_usb/led.c +++ b/converter/adb_usb/led.c @@ -23,7 +23,5 @@ along with this program. If not, see . void led_set(uint8_t usb_led) { - // need a wait to send command without miss - _delay_ms(100); - adb_host_kbd_led(~usb_led); + adb_host_kbd_led(ADB_ADDR_KEYBOARD, ~usb_led); }