~ruther/qmk_firmware

95c742ec276c7ebf2cd996cc3889d3e2d0a2874e — QMK Bot 5 years ago d91987a
format code according to conventions [skip ci]
1 files changed, 2 insertions(+), 2 deletions(-)

M tmk_core/common/chibios/chibios_config.h
M tmk_core/common/chibios/chibios_config.h => tmk_core/common/chibios/chibios_config.h +2 -2
@@ 24,8 24,8 @@
#endif

// teensy
#if defined(K20x) ||  defined(KL2x)
#if defined(K20x) || defined(KL2x)
#    define USE_I2CV1
#    define USE_I2CV1_CONTRIB // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
#    define USE_I2CV1_CONTRIB  // for some reason a bunch of ChibiOS-Contrib boards only have clock_speed
#    define USE_GPIOV1
#endif