mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-24 08:01:27 +00:00
Add i2c defaults for Convert to Proton C (#14470)
* Add i2c defaults for Convert to Proton C * Hide default defines behing CTPC check
This commit is contained in:
parent
23bdcb119d
commit
c060ab4e64
@ -18,3 +18,12 @@
|
|||||||
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
|
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
|
||||||
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONVERT_TO_PROTON_C
|
||||||
|
# ifndef I2C1_SDA_PIN
|
||||||
|
# define I2C1_SDA_PIN D1
|
||||||
|
# endif
|
||||||
|
# ifndef I2C1_SCL_PIN
|
||||||
|
# define I2C1_SCL_PIN D0
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user