Skip to content

Commit

Permalink
[Keyboard] Remove relative location of i2c master/slave as it causes …
Browse files Browse the repository at this point in the history
…the build to write to a folder outside of qmk_firmware (qmk#6039)
  • Loading branch information
zvecr authored and drashna committed May 31, 2019
1 parent 2a1f638 commit dabd73b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/dc01/arrow/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c

# MCU name
#MCU = at90usb1286
Expand Down
2 changes: 1 addition & 1 deletion keyboards/dc01/left/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_master.c
i2c_master.c

# MCU name
#MCU = at90usb1286
Expand Down
2 changes: 1 addition & 1 deletion keyboards/dc01/numpad/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c

# MCU name
#MCU = at90usb1286
Expand Down
2 changes: 1 addition & 1 deletion keyboards/dc01/right/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC += matrix.c \
../../../drivers/avr/i2c_slave.c
i2c_slave.c

# MCU name
#MCU = at90usb1286
Expand Down

0 comments on commit dabd73b

Please sign in to comment.