diff options
Diffstat (limited to 'keyboards/iris/rules.mk')
-rw-r--r-- | keyboards/iris/rules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/iris/rules.mk b/keyboards/iris/rules.mk index db4bf3a1e..07d78059e 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 |