aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platforms/chibios/boards/QMK_PROTON_C/configs/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/chibios/boards/QMK_PROTON_C/configs/config.h b/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
index a73f0c0b4..fa1a73c35 100644
--- a/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
+++ b/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
@@ -18,3 +18,12 @@
18#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP 18#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
19# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE 19# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
20#endif 20#endif
21
22#ifdef CONVERT_TO_PROTON_C
23# ifndef I2C1_SDA_PIN
24# define I2C1_SDA_PIN D1
25# endif
26# ifndef I2C1_SCL_PIN
27# define I2C1_SCL_PIN D0
28# endif
29#endif