diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/chibios/chibios_config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmk_core/common/chibios/chibios_config.h b/tmk_core/common/chibios/chibios_config.h index 272529608..1dd979f6a 100644 --- a/tmk_core/common/chibios/chibios_config.h +++ b/tmk_core/common/chibios/chibios_config.h | |||
| @@ -22,3 +22,10 @@ | |||
| 22 | #if defined(STM32F1XX) || defined(STM32F2XX) || defined(STM32F4XX) || defined(STM32L1XX) | 22 | #if defined(STM32F1XX) || defined(STM32F2XX) || defined(STM32F4XX) || defined(STM32L1XX) |
| 23 | # define USE_I2CV1 | 23 | # define USE_I2CV1 |
| 24 | #endif | 24 | #endif |
| 25 | |||
| 26 | // teensy | ||
| 27 | #if defined(K20x) || defined(KL2x) | ||
| 28 | # define USE_I2CV1 | ||
| 29 | # define USE_I2CV1_CONTRIB // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed | ||
| 30 | # define USE_GPIOV1 | ||
| 31 | #endif | ||
