[Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)

Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
Jack Humbert 2021-09-19 14:43:37 -04:00 committed by GitHub
parent 0e34efd9a2
commit fa5d21a58e
Failed to generate hash of commit
6 changed files with 23 additions and 12 deletions

View file

@ -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>