X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol%2Fadb.h;h=bfe598bbf1a1bba7f470d03f5b553b40086d7613;hb=f45f4193f221d3ede706e02fc6b67916f90adf36;hp=1e4ca40132d4c2e4355ea1d6d79bdd9ab0ff4167;hpb=fce750a1767ed86e0967eacf075a9cd59cbf306c;p=tmk_firmware.git diff --git a/protocol/adb.h b/protocol/adb.h index 1e4ca40..bfe598b 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