diff options
| author | 2011-12-19 14:06:53 +0900 | |
|---|---|---|
| committer | 2011-12-19 14:06:53 +0900 | |
| commit | baf885dc31e1d4ac98e03870dffea6e19c259427 (patch) | |
| tree | 6a88bf3d35306b4f7d45fe01f56fafdaa91cb487 /m0110_usb/Makefile | |
| parent | 3f0289e66678af8c2d1f001ccb9cb34ccfba7c5c (diff) | |
| download | qmk_firmware-baf885dc31e1d4ac98e03870dffea6e19c259427.tar.gz | |
M0110: added keymaps, mousekeys
Diffstat (limited to 'm0110_usb/Makefile')
| -rw-r--r-- | m0110_usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m0110_usb/Makefile b/m0110_usb/Makefile index 8c8460c80..819d7fff3 100644 --- a/m0110_usb/Makefile +++ b/m0110_usb/Makefile @@ -36,9 +36,9 @@ F_CPU = 16000000 # Build Options # *Comment out* to disable the options. # -#MOUSEKEY_ENABLE = yes # Mouse keys +MOUSEKEY_ENABLE = yes # Mouse keys #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support -#EXTRAKEY_ENABLE = yes # Audio control and System control +EXTRAKEY_ENABLE = yes # Audio control and System control #NKRO_ENABLE = yes # USB Nkey Rollover |