summaryrefslogtreecommitdiffstats
path: root/keyboards/blockey
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-11-26 17:09:37 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-26 17:09:37 +0100
commit8bc19c8dcf8b32c57baff7e548793be756a5e4f4 (patch)
tree57da72ffe6aa72f7a1f0f731863b62188357cb0e /keyboards/blockey
parent6266c172b9363aa950cf13c52bed7674aae0375d (diff)
downloadqmk_firmware-8bc19c8dcf8b32c57baff7e548793be756a5e4f4.tar.gz
qmk_firmware-8bc19c8dcf8b32c57baff7e548793be756a5e4f4.tar.xz
Fix Blockey compiler (and size) issues (#4390)
Diffstat (limited to 'keyboards/blockey')
-rw-r--r--keyboards/blockey/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/blockey/rules.mk b/keyboards/blockey/rules.mk
index e217305bf..fb628cfaa 100644
--- a/keyboards/blockey/rules.mk
+++ b/keyboards/blockey/rules.mk
@@ -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