summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/hb85/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-07 16:34:31 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-07 16:34:31 +0200
commitb262f20ad48be429848467074edcf62536d4d3e5 (patch)
tree885937820fe600632f357932cce77bab14c24ec6 /keyboards/gray_studio/hb85/rules.mk
parenta8e3462b4bd5706f17f460e36b88b4063ef148f6 (diff)
downloadqmk_firmware-b262f20ad48be429848467074edcf62536d4d3e5.tar.gz
qmk_firmware-b262f20ad48be429848467074edcf62536d4d3e5.tar.xz
[Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)
* remove dependency on custom i2c code * missed a pragma once * fix readme install instructions * config.h cleanup * make the bootmagic key not the same bmc reset key * disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
Diffstat (limited to 'keyboards/gray_studio/hb85/rules.mk')
-rw-r--r--keyboards/gray_studio/hb85/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gray_studio/hb85/rules.mk b/keyboards/gray_studio/hb85/rules.mk
index 682b9cbac..c3e17e493 100644
--- a/keyboards/gray_studio/hb85/rules.mk
+++ b/keyboards/gray_studio/hb85/rules.mk
@@ -31,7 +31,7 @@ F_CPU = 12000000
BOOTLOADER = bootloadHID
# build options
-BOOTMAGIC_ENABLE = lite
+BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
@@ -42,7 +42,7 @@ RGBLIGHT_CUSTOM_DRIVER = yes
OPT_DEFS = -DDEBUG_LEVEL=0
-SRC += i2c.c
+SRC += i2c_master.c
# programming options
PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex