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/hhkb/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboard/hhkb') diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index 91446466fe..a8cefd5edc 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