[Keyboard] Enables I2C for OLKB rev*_drop boards (#14514)
Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
parent
0e34efd9a2
commit
fa5d21a58e
6 changed files with 23 additions and 12 deletions
|
@ -37,3 +37,8 @@
|
|||
// TIM2 to TIM3.
|
||||
#undef STM32_ST_USE_TIMER
|
||||
#define STM32_ST_USE_TIMER 3
|
||||
|
||||
// enable i2c
|
||||
#undef STM32_I2C_USE_I2C1
|
||||
#define STM32_I2C_USE_I2C1 TRUE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue