diff options
author | tmk <nobody@nowhere> | 2013-07-28 17:34:41 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-28 17:34:41 +0900 |
commit | daa4a4235fd4a88b3b6f64e4a2cf590f28f4b65b (patch) | |
tree | 91d6c2de3f98bf11e85868c6cd4802f05a55e60e /keyboard/hhkb/config.h | |
parent | c7d309e34bf5d05f245811389bea495d814e2111 (diff) |
Add NKRO support for 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 8c93f97da5..ebee0c0366 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0xFEED #define PRODUCT_ID 0xCAFE -#define DEVICE_VER 0x0103 +#define DEVICE_VER 0x0104 #define MANUFACTURER t.m.k. #define PRODUCT HHKB mod #define DESCRIPTION t.m.k. keyboard firmware for HHKB mod |