diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2018-07-22 08:56:14 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-22 06:56:14 -0700 |
commit | ed99581161b35b383ee9e1f5c070574524e9ea36 (patch) | |
tree | f0a8cb293512fac2e64b4ab413a47d3ae031da60 /keyboards/iris/rules.mk | |
parent | 83d33caf63fc2270de576c2163f39ace400bc328 (diff) | |
download | qmk_firmware-ed99581161b35b383ee9e1f5c070574524e9ea36.tar.gz |
Convert Iris to use SPLIT_KEYBOARD (#3458)
* convert iris to split-common
* Fix build error
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 |