summaryrefslogtreecommitdiff
path: root/keyboards/dc01
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-07-16 17:26:38 +1000
committerskullydazed <skullydazed@users.noreply.github.com>2019-07-16 00:26:38 -0700
commitba42a5ae68a59ad514027d819c6b58ee86944e75 (patch)
treeefd00368a2d440ecce0bd047252ce2d40be47151 /keyboards/dc01
parent09f5767072b65d98371199ab03981940d132b123 (diff)
Remove commented out MCUs in rules.mk (#5884)
Diffstat (limited to 'keyboards/dc01')
-rw-r--r--keyboards/dc01/arrow/rules.mk3
-rw-r--r--keyboards/dc01/left/rules.mk1
-rw-r--r--keyboards/dc01/numpad/rules.mk1
-rw-r--r--keyboards/dc01/right/rules.mk3
4 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/dc01/arrow/rules.mk b/keyboards/dc01/arrow/rules.mk
index 0bd090bab6..8426df1bd4 100644
--- a/keyboards/dc01/arrow/rules.mk
+++ b/keyboards/dc01/arrow/rules.mk
@@ -2,7 +2,6 @@ SRC += matrix.c \
i2c_slave.c
# MCU name
-#MCU = at90usb1286
MCU = atmega32u4
# Processor frequency.
@@ -71,4 +70,4 @@ AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
-CUSTOM_MATRIX = yes # Use custom matrix \ No newline at end of file
+CUSTOM_MATRIX = yes # Use custom matrix
diff --git a/keyboards/dc01/left/rules.mk b/keyboards/dc01/left/rules.mk
index 515b6b3dde..8a0d061953 100644
--- a/keyboards/dc01/left/rules.mk
+++ b/keyboards/dc01/left/rules.mk
@@ -2,7 +2,6 @@ SRC += matrix.c \
i2c_master.c
# MCU name
-#MCU = at90usb1286
MCU = atmega32u4
# Processor frequency.
diff --git a/keyboards/dc01/numpad/rules.mk b/keyboards/dc01/numpad/rules.mk
index 9def53dd51..420534f8ca 100644
--- a/keyboards/dc01/numpad/rules.mk
+++ b/keyboards/dc01/numpad/rules.mk
@@ -2,7 +2,6 @@ SRC += matrix.c \
i2c_slave.c
# MCU name
-#MCU = at90usb1286
MCU = atmega32u4
# Processor frequency.
diff --git a/keyboards/dc01/right/rules.mk b/keyboards/dc01/right/rules.mk
index 0bd090bab6..8426df1bd4 100644
--- a/keyboards/dc01/right/rules.mk
+++ b/keyboards/dc01/right/rules.mk
@@ -2,7 +2,6 @@ SRC += matrix.c \
i2c_slave.c
# MCU name
-#MCU = at90usb1286
MCU = atmega32u4
# Processor frequency.
@@ -71,4 +70,4 @@ AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
-CUSTOM_MATRIX = yes # Use custom matrix \ No newline at end of file
+CUSTOM_MATRIX = yes # Use custom matrix