diff options
author | tmk <nobody@nowhere> | 2010-12-08 01:47:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-12-08 01:57:55 +0900 |
commit | 51f17f02317700e64b3c1113fe230d78bac7fecd (patch) | |
tree | a040a624004cd3cec2d2fd122069554a4039b8e1 /hhkb/Makefile | |
parent | 66ece29b0e14534d57b680db47a5967d5264ca85 (diff) |
add build option: NKRO_ENABLE(remove: USB_12KRO)
Diffstat (limited to 'hhkb/Makefile')
-rw-r--r-- | hhkb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index c248a67588..bf5d75ee9f 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -39,14 +39,15 @@ # To rebuild project do "make clean" then "make all". #---------------------------------------------------------------------------- +# TODO: use config.h for build options? VENDOR_ID = 0xFEED PRODUCT_ID = 0xCAFE MANUFACTURER = 't.m.k.' -PRODUCT = 't.m.k. HHKB pro' +PRODUCT = 'HHKB Mod' DESCRIPTION = 't.m.k. firmware for HHKB pro' MOUSE_DELAY_TIME = 127 -USB_12KRO = yes +NKRO_ENABLE = true # Target file name (without extension). TARGET = tmk_hhkb |