summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-10-12 23:23:36 +0100
committerGitHub <noreply@github.com>2019-10-12 23:23:36 +0100
commita48468590ab83e808191c0e20c236d7eb6c13f0d (patch)
tree8c620e8343384484e37fca03f98093f9d8664978 /keyboards
parent23178d73fc94d28c10029171f205d4815e516270 (diff)
Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926)
* Remove i2c logic for STM32F103xB in favour of USE_I2CV1 * Remove i2c logic for STM32F103xB in favour of USE_I2CV1
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_stm32/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ergodox_stm32/config.h b/keyboards/ergodox_stm32/config.h
index 5305655214..e1b3d7b14e 100644
--- a/keyboards/ergodox_stm32/config.h
+++ b/keyboards/ergodox_stm32/config.h
@@ -33,3 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
)
+
+// i2c_master driver config
+#define I2C1_CLOCK_SPEED 400000
+#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2