summaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6_drop/halconf.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2021-09-19 14:43:37 -0400
committerGitHub <noreply@github.com>2021-09-19 11:43:37 -0700
commitfa5d21a58ebfe9782225c857ad2e533a0f65d161 (patch)
treeea7c0c8e70b2c0f64396fa92ed521a5f2f4cd40c /keyboards/planck/rev6_drop/halconf.h
parent0e34efd9a2dd401a7cd38f552f7247b8afcb65fc (diff)
[Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)
Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'keyboards/planck/rev6_drop/halconf.h')
-rw-r--r--keyboards/planck/rev6_drop/halconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/rev6_drop/halconf.h b/keyboards/planck/rev6_drop/halconf.h
index 48b76d2f44..153eacb212 100644
--- a/keyboards/planck/rev6_drop/halconf.h
+++ b/keyboards/planck/rev6_drop/halconf.h
@@ -18,5 +18,6 @@
#define HAL_USE_PWM TRUE
#define HAL_USE_GPT TRUE
#define HAL_USE_DAC TRUE
+#define HAL_USE_I2C TRUE
#include_next <halconf.h>