[Keyboard] Remove relative location of i2c master/slave as it causes the build to write to a folder outside of qmk_firmware (#6039)
This commit is contained in:
parent
2a1f6389c2
commit
dabd73b769
4 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue