Skip to content

Commit

Permalink
Fix Blockey compiler (and size) issues (qmk#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and djthread committed Mar 17, 2019
1 parent 8210d4d commit c85e42c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions keyboards/blockey/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
SRC += ws2812.c

# MCU name
#MCU = at90usb1286
MCU = atmega32u4
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c85e42c

Please sign in to comment.