X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=adb.h;h=8a9cee10d09fe9b3c469b6359ae387773deb00e0;hb=13e4662baee972a6df340bfabe5fcb8aa00646e3;hp=8f167354701f5975026aa94d05dac720ec11bcf7;hpb=56e098d76e7d2a843a66f3a6e409f1d38fe7feac;p=qmk_firmware.git diff --git a/adb.h b/adb.h index 8f1673547..8a9cee10d 100644 --- a/adb.h +++ b/adb.h @@ -14,5 +14,6 @@ void adb_host_init(void); bool adb_host_psw(void); uint16_t adb_host_kbd_recv(void); +void adb_host_kbd_led(uint8_t led); #endif