]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - converter/ibmpc_usb/ibmpc_usb.h
ibmpc_usb: Update prebuilt firmware hex files
[max/tmk_keyboard.git] / converter / ibmpc_usb / ibmpc_usb.h
1 #ifndef IBMPC_USB_H
2 #define IBMPC_USB_H
3
4 typedef enum { NONE, PC_XT, PC_AT, PC_TERMINAL } keyboard_kind_t;
5
6 extern uint16_t keyboard_id;
7 extern keyboard_kind_t keyboard_kind;
8
9 #endif