X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Fibmpc.h;h=18da8f4cbd1ea3fed6387487ffd7a52247c22e33;hb=0b1fbeb135040463e7779f4f2d7ac8cdcdd78657;hp=ebaac137d720ee16eb98fb5e7e335b6ae4d0136c;hpb=b2fb5b715ca4d1b0fbe65e9212824cdd0243985e;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/ibmpc.h b/tmk_core/protocol/ibmpc.h index ebaac137..18da8f4c 100644 --- a/tmk_core/protocol/ibmpc.h +++ b/tmk_core/protocol/ibmpc.h @@ -79,6 +79,7 @@ POSSIBILITY OF SUCH DAMAGE. #define IBMPC_ERR_SEND 0x10 #define IBMPC_ERR_TIMEOUT 0x20 #define IBMPC_ERR_FULL 0x40 +#define IBMPC_ERR_ILLEGAL 0x80 #define IBMPC_LED_SCROLL_LOCK 0 #define IBMPC_LED_NUM_LOCK 1 @@ -94,6 +95,7 @@ void ibmpc_host_disable(void); int16_t ibmpc_host_send(uint8_t data); int16_t ibmpc_host_recv_response(void); int16_t ibmpc_host_recv(void); +void ibmpc_host_isr_clear(void); void ibmpc_host_set_led(uint8_t usb_led);