tmk_keyboard/converter/ibmpc_usb/ibmpc_usb.h

9 lines
183 B
C

#ifndef IBMPC_USB_H
#define IBMPC_USB_H
typedef enum { NONE, PC_XT, PC_AT, PC_TERMINAL } keyboard_kind_t;
extern uint16_t keyboard_id;
extern keyboard_kind_t keyboard_kind;
#endif