diff options
author | tmk <nobody@nowhere> | 2012-07-14 02:47:29 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-07-20 13:08:18 +0900 |
commit | e075361b6f6bfe24e8d12d125bdab46345087432 (patch) | |
tree | 1d51d5cea14bde40fbad8a3354d518fb335c71b1 /keyboard/hhkb/config.h | |
parent | fb8394da83d1af1e52eac1bdeadf3b5a925b6560 (diff) |
Add CONSOLE_ENABLE build option to LUFA.
Diffstat (limited to 'keyboard/hhkb/config.h')
-rw-r--r-- | keyboard/hhkb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb/config.h b/keyboard/hhkb/config.h index a8cefd5edc..bf946ac01e 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -24,7 +24,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 DEVICE_VER 0x0103 #define MANUFACTURER t.m.k. #define PRODUCT HHKB mod |