diff options
| author | tmk <nobody@nowhere> | 2013-03-18 01:02:18 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-18 01:02:18 +0900 |
| commit | 8580c8d291a432d5004c46321aa3c1b1626cdadd (patch) | |
| tree | 24d69c335b6d123a79a3c1b8651ffffb27b36da0 | |
| parent | db79c1160b80a8292014cc50c7f16969d64e9e07 (diff) | |
| download | qmk_firmware-8580c8d291a432d5004c46321aa3c1b1626cdadd.tar.gz qmk_firmware-8580c8d291a432d5004c46321aa3c1b1626cdadd.zip | |
Enable Boot magick on hhkb
| -rw-r--r-- | keyboard/hhkb/Makefile.lufa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa index e8b2414d3..2755c9004 100644 --- a/keyboard/hhkb/Makefile.lufa +++ b/keyboard/hhkb/Makefile.lufa | |||
| @@ -100,11 +100,11 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 100 | # Build Options | 100 | # Build Options |
| 101 | # comment out to disable the options. | 101 | # comment out to disable the options. |
| 102 | # | 102 | # |
| 103 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 103 | MOUSEKEY_ENABLE = yes # Mouse keys | 104 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 104 | EXTRAKEY_ENABLE = yes # Media control and System control | 105 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 105 | CONSOLE_ENABLE = yes # Console for debug | 106 | CONSOLE_ENABLE = yes # Console for debug |
| 106 | #NKRO_ENABLE = yes # USB Nkey Rollover | 107 | #NKRO_ENABLE = yes # USB Nkey Rollover |
| 107 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | ||
| 108 | 108 | ||
| 109 | 109 | ||
| 110 | # Search Path | 110 | # Search Path |
