aboutsummaryrefslogtreecommitdiff
path: root/keyboards/redox/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/redox/rules.mk')
-rw-r--r--keyboards/redox/rules.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/redox/rules.mk b/keyboards/redox/rules.mk
index 3e79bf1fe..c74a3bda2 100644
--- a/keyboards/redox/rules.mk
+++ b/keyboards/redox/rules.mk
@@ -1,8 +1,3 @@
1SRC += matrix.c \
2 i2c.c \
3 split_util.c \
4 serial.c
5
6# MCU name 1# MCU name
7#MCU = at90usb1286 2#MCU = at90usb1286
8MCU = atmega32u4 3MCU = atmega32u4
@@ -75,6 +70,6 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this
75SUBPROJECT_rev1 = yes 70SUBPROJECT_rev1 = yes
76USE_I2C = yes 71USE_I2C = yes
77 72
78CUSTOM_MATRIX = yes 73SPLIT_KEYBOARD = yes
79 74
80DEFAULT_FOLDER = redox/rev1 75DEFAULT_FOLDER = redox/rev1