diff options
| -rw-r--r-- | keyboards/blockey/rules.mk | 4 |
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 @@ | |||
| 1 | SRC += ws2812.c | ||
| 2 | |||
| 3 | # MCU name | 1 | # MCU name |
| 4 | #MCU = at90usb1286 | 2 | #MCU = at90usb1286 |
| 5 | MCU = atmega32u4 | 3 | MCU = atmega32u4 |
| @@ -54,7 +52,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 54 | # change yes to no to disable | 52 | # change yes to no to disable |
| 55 | # | 53 | # |
| 56 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 54 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 57 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 55 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 58 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 56 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 59 | CONSOLE_ENABLE = yes # Console for debug(+400) | 57 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 60 | COMMAND_ENABLE = yes # Commands for debug and configuration | 58 | COMMAND_ENABLE = yes # Commands for debug and configuration |
