diff options
author | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 18:30:15 -0700 |
---|---|---|
committer | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 18:30:15 -0700 |
commit | 44435d74447df0b190e02201181416d3d4b8cdff (patch) | |
tree | 066eeac7f77569900036dce1d17e1e5d6a8f19dd /keyboards/exclusive/e6v2/bmc/rules.mk | |
parent | 5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8 (diff) |
remove custom i2c code in favor of QMK i2c_master
Diffstat (limited to 'keyboards/exclusive/e6v2/bmc/rules.mk')
-rw-r--r-- | keyboards/exclusive/e6v2/bmc/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/rules.mk b/keyboards/exclusive/e6v2/bmc/rules.mk index 7c3e16b154..59f98e6f4b 100644 --- a/keyboards/exclusive/e6v2/bmc/rules.mk +++ b/keyboards/exclusive/e6v2/bmc/rules.mk @@ -85,6 +85,6 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) -SRC += i2c.c +SRC += i2c_master.c PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex |