diff options
| author | tmk <nobody@nowhere> | 2011-01-05 00:04:25 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2011-01-05 00:19:43 +0900 |
| commit | 6b0c939d72c11e404f84c926cf82f9501f8511ff (patch) | |
| tree | 9df22c1991b8b293442b2f12fac08e910dc49d58 /hhkb | |
| parent | 7272c65d3d24187487e7d38e332401002f5f233b (diff) | |
| download | qmk_firmware-6b0c939d72c11e404f84c926cf82f9501f8511ff.tar.gz qmk_firmware-6b0c939d72c11e404f84c926cf82f9501f8511ff.zip | |
add a build option: USB_EXTRA_ENABLE
Diffstat (limited to 'hhkb')
| -rw-r--r-- | hhkb/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index 943785fef..f2192888f 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile | |||
| @@ -69,10 +69,12 @@ MCU = at90usb1286 # Teensy++ 2.0 | |||
| 69 | F_CPU = 16000000 | 69 | F_CPU = 16000000 |
| 70 | 70 | ||
| 71 | 71 | ||
| 72 | # Options | 72 | # Build Options |
| 73 | # comment out to disable | 73 | # comment out to disable the options. |
| 74 | USB_NKRO_ENABLE = yes | 74 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 75 | MOUSEKEY_ENABLE = yes | 75 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |
| 76 | #PS2_MOUSE_ENABLE = yes | 76 | USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control) |
| 77 | USB_NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 78 | |||
| 77 | 79 | ||
| 78 | include $(COMMON_DIR)/Makefile.common | 80 | include $(COMMON_DIR)/Makefile.common |
