aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/m20add/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/m20add/config.h')
-rw-r--r--keyboards/matrix/m20add/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/matrix/m20add/config.h b/keyboards/matrix/m20add/config.h
index 3df5d78d5..5d615dbad 100644
--- a/keyboards/matrix/m20add/config.h
+++ b/keyboards/matrix/m20add/config.h
@@ -82,8 +82,8 @@
82#define DEBOUNCE 5 82#define DEBOUNCE 5
83 83
84// i2c setting 84// i2c setting
85#define I2C1_SCL 8 85#define I2C1_SCL_PIN B8
86#define I2C1_SDA 9 86#define I2C1_SDA_PIN B9
87#define I2C1_CLOCK_SPEED 400000 87#define I2C1_CLOCK_SPEED 400000
88#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2 88#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2
89 89