diff options
author | tmk <nobody@nowhere> | 2011-12-22 01:05:28 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-12-22 01:05:28 +0900 |
commit | 7386c761912530bbb53496002ab32d02c8a86833 (patch) | |
tree | d974c9f82f4db2434ac26357f4f3e38a2d4f6777 /hhkb | |
parent | baf885dc31e1d4ac98e03870dffea6e19c259427 (diff) |
fixed a bug on host_system_send().
Diffstat (limited to 'hhkb')
-rw-r--r-- | hhkb/config_pjrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hhkb/config_pjrc.h b/hhkb/config_pjrc.h index 8379202ca8..fffe3522c7 100644 --- a/hhkb/config_pjrc.h +++ b/hhkb/config_pjrc.h @@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0xFEED #define PRODUCT_ID 0xCAFE +#define DEVICE_VER 0x0101 #define MANUFACTURER t.m.k. #define PRODUCT HHKB mod #define DESCRIPTION t.m.k. keyboard firmware for HHKB mod |