diff options
Diffstat (limited to 'keyboards/dc01/right/rules.mk')
-rw-r--r-- | keyboards/dc01/right/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/dc01/right/rules.mk b/keyboards/dc01/right/rules.mk index 0bd090bab..8426df1bd 100644 --- a/keyboards/dc01/right/rules.mk +++ b/keyboards/dc01/right/rules.mk | |||
@@ -2,7 +2,6 @@ SRC += matrix.c \ | |||
2 | i2c_slave.c | 2 | i2c_slave.c |
3 | 3 | ||
4 | # MCU name | 4 | # MCU name |
5 | #MCU = at90usb1286 | ||
6 | MCU = atmega32u4 | 5 | MCU = atmega32u4 |
7 | 6 | ||
8 | # Processor frequency. | 7 | # Processor frequency. |
@@ -71,4 +70,4 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
71 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 70 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
72 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | 71 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) |
73 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in | 72 | NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in |
74 | CUSTOM_MATRIX = yes # Use custom matrix \ No newline at end of file | 73 | CUSTOM_MATRIX = yes # Use custom matrix |