forked from mirrors/qmk_firmware
format code according to conventions [skip ci]
This commit is contained in:
parent
d91987ab9a
commit
95c742ec27
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// teensy
|
// teensy
|
||||||
#if defined(K20x) || defined(KL2x)
|
#if defined(K20x) || defined(KL2x)
|
||||||
# define USE_I2CV1
|
# 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
|
# define USE_GPIOV1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue