diff options
author | tmk <nobody@nowhere> | 2010-11-26 01:56:21 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-11-26 01:56:21 +0900 |
commit | 37ced39ae2ecfc945c21526faffb2449577bbeb7 (patch) | |
tree | ec32b51a56d17f30cabd80e2bec7081a5f49e5b7 /hhkb | |
parent | d6da5546879f9979d043a0b223597af7e8dedbf8 (diff) | |
download | qmk_firmware-37ced39ae2ecfc945c21526faffb2449577bbeb7.tar.gz qmk_firmware-37ced39ae2ecfc945c21526faffb2449577bbeb7.zip |
add build option USB_12KRO.
Diffstat (limited to 'hhkb')
-rw-r--r-- | hhkb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index 7339e70232..c248a67588 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -46,6 +46,7 @@ PRODUCT = 't.m.k. HHKB pro' DESCRIPTION = 't.m.k. firmware for HHKB pro' MOUSE_DELAY_TIME = 127 +USB_12KRO = yes # Target file name (without extension). TARGET = tmk_hhkb |