diff options
author | tmk <nobody@nowhere> | 2012-07-02 11:53:11 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-07-02 11:56:33 +0900 |
commit | ab89bfce03e7c792c92a2be1ccf0fbc1e379ed94 (patch) | |
tree | f43cd6b4b56587d616904bc63d8e511996edce67 /keyboard | |
parent | fca518f90dfc7f72132ff7950b000cfbd5709807 (diff) |
Fix LUFA descriptor of Extra for Windows
- worked on Linux but not on Windows
(logica/usage MINIMUM must start at 0x001)
Diffstat (limited to 'keyboard')
l--------- | keyboard/hbkb/Makefile | 1 | ||||
-rw-r--r-- | keyboard/hhkb/config.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboard/hbkb/Makefile b/keyboard/hbkb/Makefile deleted file mode 120000 index f00d036da3..0000000000 --- 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 91446466fe..a8cefd5edc 100644 --- a/keyboard/hhkb/config.h +++ b/keyboard/hhkb/config.h @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 |