X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fadb.h;h=bfe598bbf1a1bba7f470d03f5b553b40086d7613;hb=f4c69652c17e97241e2f7b7f22ab438e9a3ceb0a;hp=1e4ca40132d4c2e4355ea1d6d79bdd9ab0ff4167;hpb=fce750a1767ed86e0967eacf075a9cd59cbf306c;p=max%2Ftmk_keyboard.git diff --git a/protocol/adb.h b/protocol/adb.h index 1e4ca401..bfe598bb 100644 --- a/protocol/adb.h +++ b/protocol/adb.h @@ -56,6 +56,7 @@ POSSIBILITY OF SUCH DAMAGE. void adb_host_init(void); bool adb_host_psw(void); uint16_t adb_host_kbd_recv(void); +void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l); void adb_host_kbd_led(uint8_t led); #endif