From 0fa192091c142a35a166930e63cdaf80bf83a229 Mon Sep 17 00:00:00 2001 From: Len Trigg Date: Thu, 26 Jul 2018 07:16:03 +1200 Subject: redox: convert to use SPLIT_KEYBOARD feature (#3478) --- keyboards/redox/rules.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'keyboards/redox/rules.mk') 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 -- cgit v1.2.3-24-g4f1b