]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Remove relative location of i2c master/slave as it causes the build to...
authorzvecr <git@zvecr.com>
Fri, 31 May 2019 20:54:08 +0000 (21:54 +0100)
committerDrashna Jaelre <drashna@live.com>
Fri, 31 May 2019 20:54:08 +0000 (13:54 -0700)
keyboards/dc01/arrow/rules.mk
keyboards/dc01/left/rules.mk
keyboards/dc01/numpad/rules.mk
keyboards/dc01/right/rules.mk

index c457893536f0d1c8e475044095dd7fa8dc7599c3..0bd090bab6d7c9449005c800b7553782ad809b48 100644 (file)
@@ -1,5 +1,5 @@
 SRC += matrix.c \
-       ../../../drivers/avr/i2c_slave.c
+       i2c_slave.c
 
 # MCU name
 #MCU = at90usb1286
index 1ea1f275b20cb818dce7c01e187ea58c5f14ae90..515b6b3ddef86190b7ab0370267f14b0b08a7f2b 100644 (file)
@@ -1,5 +1,5 @@
 SRC += matrix.c \
-      ../../../drivers/avr/i2c_master.c
+       i2c_master.c
 
 # MCU name
 #MCU = at90usb1286
index 39112ae922b7e79038f10f69334071cc8089e03d..9def53dd513b42ee0beb5cf4a27a6a225267fd6d 100644 (file)
@@ -1,5 +1,5 @@
 SRC += matrix.c \
-       ../../../drivers/avr/i2c_slave.c
+       i2c_slave.c
 
 # MCU name
 #MCU = at90usb1286
index c457893536f0d1c8e475044095dd7fa8dc7599c3..0bd090bab6d7c9449005c800b7553782ad809b48 100644 (file)
@@ -1,5 +1,5 @@
 SRC += matrix.c \
-       ../../../drivers/avr/i2c_slave.c
+       i2c_slave.c
 
 # MCU name
 #MCU = at90usb1286