diff options
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
| -rw-r--r-- | keyboard/hhkb/Makefile.lufa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa index 0dc295e62..5acc93a23 100644 --- a/keyboard/hhkb/Makefile.lufa +++ b/keyboard/hhkb/Makefile.lufa | |||
| @@ -101,7 +101,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 101 | # comment out to disable the options. | 101 | # comment out to disable the options. |
| 102 | # | 102 | # |
| 103 | MOUSEKEY_ENABLE = yes # Mouse keys | 103 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 104 | EXTRAKEY_ENABLE = yes # Audio control and System control | 104 | EXTRAKEY_ENABLE = yes # Media control and System control |
| 105 | CONSOLE_ENABLE = yes # Console for debug | ||
| 105 | #NKRO_ENABLE = yes # USB Nkey Rollover | 106 | #NKRO_ENABLE = yes # USB Nkey Rollover |
| 106 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | 107 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |
| 107 | 108 | ||
