]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Update rules.mk (#5370)
authorjotix <47826561+jotix@users.noreply.github.com>
Mon, 11 Mar 2019 23:53:25 +0000 (20:53 -0300)
committerDrashna Jaelre <drashna@live.com>
Mon, 11 Mar 2019 23:53:25 +0000 (16:53 -0700)
MOUSEKEY_ENABLED = yes
by default

keyboards/handwired/jotanck/rules.mk

index 6c3263446137ce02d4a574a8964f834c04d5b2f3..6b39b7cc1abe1ce1a261c268f03807d09a530f71 100644 (file)
@@ -48,7 +48,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 #
 
 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
+MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 CONSOLE_ENABLE = yes         # Console for debug(+400)
 COMMAND_ENABLE = no        # Commands for debug and configuration