mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 02:17:38 +06:00
[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
|
@ -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 New Issue
Block a user