diff options
| author | tmk <nobody@nowhere> | 2012-06-29 03:33:59 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-06-29 03:33:59 +0900 |
| commit | f2ebac101d367ee091f54b8d43b39a4d74f3b90e (patch) | |
| tree | 474b840ce43102fe634d62740637e30a0118b5ce /keyboard | |
| parent | 52011f08c9b4fcfc55817d24bdc4b4ff7b4fe06f (diff) | |
| download | qmk_firmware-f2ebac101d367ee091f54b8d43b39a4d74f3b90e.tar.gz qmk_firmware-f2ebac101d367ee091f54b8d43b39a4d74f3b90e.zip | |
Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.
Diffstat (limited to 'keyboard')
| -rw-r--r-- | keyboard/macway/Makefile.lufa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa index a3395a2ab..8f50776df 100644 --- a/keyboard/macway/Makefile.lufa +++ b/keyboard/macway/Makefile.lufa | |||
| @@ -100,9 +100,9 @@ F_USB = $(F_CPU) | |||
| 100 | # comment out to disable the options. | 100 | # comment out to disable the options. |
| 101 | # | 101 | # |
| 102 | MOUSEKEY_ENABLE = yes # Mouse keys | 102 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 103 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | ||
| 104 | EXTRAKEY_ENABLE = yes # Audio control and System control | 103 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 105 | #NKRO_ENABLE = yes # USB Nkey Rollover | 104 | #NKRO_ENABLE = yes # USB Nkey Rollover |
| 105 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | ||
| 106 | 106 | ||
| 107 | 107 | ||
| 108 | # Search Path | 108 | # Search Path |
