]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Blockey compiler (and size) issues (#4390)
authorDrashna Jaelre <drashna@live.com>
Mon, 26 Nov 2018 16:09:37 +0000 (08:09 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 26 Nov 2018 16:09:37 +0000 (08:09 -0800)
keyboards/blockey/rules.mk

index e217305bff2442b2efed4e25287619215a10a7a2..fb628cfaa3adf25de8b2e3267f303e7892262529 100644 (file)
@@ -1,5 +1,3 @@
-SRC += ws2812.c
-
 # MCU name
 #MCU = at90usb1286
 MCU = atmega32u4
@@ -54,7 +52,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 #   change yes to no to disable
 #
 BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
+MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 CONSOLE_ENABLE = yes        # Console for debug(+400)
 COMMAND_ENABLE = yes        # Commands for debug and configuration