diff options
Diffstat (limited to 'keyboards/redox/rules.mk')
-rw-r--r-- | keyboards/redox/rules.mk | 7 |
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 @@ -SRC += matrix.c \ - i2c.c \ - split_util.c \ - serial.c - # MCU name #MCU = at90usb1286 MCU = atmega32u4 @@ -75,6 +70,6 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this SUBPROJECT_rev1 = yes USE_I2C = yes -CUSTOM_MATRIX = yes +SPLIT_KEYBOARD = yes DEFAULT_FOLDER = redox/rev1 |