ibmpc_usb: Support secondary IF and mouse by default

This commit is contained in:
tmk 2021-08-17 18:03:07 +09:00
parent b72a600d59
commit 4d6e7f35bc
4 changed files with 36 additions and 38 deletions

View file

@ -21,11 +21,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <avr/interrupt.h>
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x1bee
#define DEVICE_VER 0x0001
#define MANUFACTURER t.m.k.
#define PRODUCT_ID 0x1BEE
#define DEVICE_VER 0x0201
#define MANUFACTURER TMK
#define PRODUCT IBM PC keyboard converter
#define DESCRIPTION convert IBM PC keyboard to USB
/* matrix size */
@ -42,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// G80-2551 terminal keyboard support
#define G80_2551_SUPPORT
// PS/2 Mouse support
//#define IBMPC_MOUSE_ENABLE
// Mouse Extended Report
//#define MOUSE_EXT_REPORT