diff options
author | QMK Bot <hello@qmk.fm> | 2020-07-25 22:33:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-07-25 22:33:55 +0000 |
commit | 95c742ec276c7ebf2cd996cc3889d3e2d0a2874e (patch) | |
tree | 32313cb1a624f9e7a534dee38b1cb62f262dd95a /tmk_core | |
parent | d91987ab9adbf7bba9f47deb6b30a02d28e7195d (diff) | |
download | qmk_firmware-95c742ec276c7ebf2cd996cc3889d3e2d0a2874e.tar.gz qmk_firmware-95c742ec276c7ebf2cd996cc3889d3e2d0a2874e.zip |
format code according to conventions [skip ci]
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/common/chibios/chibios_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/chibios_config.h b/tmk_core/common/chibios/chibios_config.h index 1dd979f6ac..b4d96465d1 100644 --- a/tmk_core/common/chibios/chibios_config.h +++ b/tmk_core/common/chibios/chibios_config.h @@ -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 |