From ed99581161b35b383ee9e1f5c070574524e9ea36 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 22 Jul 2018 08:56:14 -0500 Subject: Convert Iris to use SPLIT_KEYBOARD (#3458) * convert iris to split-common * Fix build error --- keyboards/iris/rules.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'keyboards/iris/rules.mk') diff --git a/keyboards/iris/rules.mk b/keyboards/iris/rules.mk index db4bf3a1e4..07d78059ea 100644 --- a/keyboards/iris/rules.mk +++ b/keyboards/iris/rules.mk @@ -1,8 +1,3 @@ -SRC += matrix.c \ - i2c.c \ - split_util.c \ - serial.c - # MCU name #MCU = at90usb1287 MCU = atmega32u4 @@ -69,6 +64,6 @@ USE_I2C = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -CUSTOM_MATRIX = yes +SPLIT_KEYBOARD = yes DEFAULT_FOLDER = iris/rev2 -- cgit v1.2.3