[Keyboard] Remove relative location of i2c master/slave as it causes the build to write to a folder outside of qmk_firmware (#6039)

pull/6038/head
zvecr 6 years ago committed by Drashna Jaelre
parent 2a1f6389c2
commit dabd73b769

@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c
# MCU name
#MCU = at90usb1286

@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_master.c
i2c_master.c
# MCU name
#MCU = at90usb1286

@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c
# MCU name
#MCU = at90usb1286

@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c
# MCU name
#MCU = at90usb1286

Loading…
Cancel
Save