From ab89bfce03e7c792c92a2be1ccf0fbc1e379ed94 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 2 Jul 2012 11:53:11 +0900 Subject: Fix LUFA descriptor of Extra for Windows - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001) --- keyboard/hbkb/Makefile | 1 - keyboard/hhkb/config.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 keyboard/hbkb/Makefile (limited to 'keyboard') diff --git a/keyboard/hbkb/Makefile b/keyboard/hbkb/Makefile deleted file mode 120000 index f00d036da..000000000 --- a/keyboard/hbkb/Makefile +++ /dev/null @@ -1 +0,0 @@ -Makefile.lufa \ No newline at end of file diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 91446466f..a8cefd5ed 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -23,7 +23,7 @@ along with this program. If not, see . #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0xCAFF +#define PRODUCT_ID 0xCAFE #define DEVICE_VER 0x0101 #define MANUFACTURER t.m.k. #define PRODUCT HHKB mod -- cgit v1.2.3