Convert Iris to use SPLIT_KEYBOARD (#3458)
* convert iris to split-common * Fix build error
This commit is contained in:
committed by
Drashna Jaelre
parent
83d33caf63
commit
ed99581161
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user