summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/pi40/config.h
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2022-12-11 14:04:29 +0100
committerGitHub <noreply@github.com>2022-12-11 14:04:29 +0100
commit9dc3f791965e4c54bc969dcc2f2c7597f59e2262 (patch)
tree367f6a64235f0027c4ccf50fb07de0e8e7efcc52 /keyboards/1upkeyboards/pi40/config.h
parentf67f787cc299380184599e2e5176aaae9fa82058 (diff)
[RP2040] update i2c drivers to reflect peripheral number (#19277)
Diffstat (limited to 'keyboards/1upkeyboards/pi40/config.h')
-rw-r--r--keyboards/1upkeyboards/pi40/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/1upkeyboards/pi40/config.h b/keyboards/1upkeyboards/pi40/config.h
index 5e0d0e12ae..ce63293269 100644
--- a/keyboards/1upkeyboards/pi40/config.h
+++ b/keyboards/1upkeyboards/pi40/config.h
@@ -11,7 +11,7 @@
# define OLED_DISPLAY_128X32
#define I2C1_SCL_PIN GP17
#define I2C1_SDA_PIN GP16
-#define I2C_DRIVER I2CD1
+#define I2C_DRIVER I2CD0
#define OLED_BRIGHTNESS 128
#define OLED_FONT_H "keyboards/1upkeyboards/pi40/lib/glcdfont.c"
#endif
@@ -96,4 +96,4 @@
/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
-#define BOOTMAGIC_LITE_COLUMN 0 \ No newline at end of file
+#define BOOTMAGIC_LITE_COLUMN 0