diff options
| author | Joel Challis | 2024-10-12 21:18:23 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-12 21:18:23 +0200 |
| commit | dd0068cfd440b8be95e49cdb45aecc41852cf043 (patch) | |
| tree | 2837627c7affa454d4cb0ff19dbeecf8af72ae4f /keyboards | |
| parent | 9884e4982be942a98cf5bca9360d20cc3fca3e9d (diff) | |
keebio/nyquist: Remove invalid I2C config (#24479)
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/keebio/nyquist/rev4/config.h | 4 | ||||
| -rw-r--r-- | keyboards/keebio/nyquist/rev5/config.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/keebio/nyquist/rev4/config.h b/keyboards/keebio/nyquist/rev4/config.h index e1e2d99458..0a0f788128 100644 --- a/keyboards/keebio/nyquist/rev4/config.h +++ b/keyboards/keebio/nyquist/rev4/config.h @@ -12,7 +12,3 @@ #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U - -#define I2C_DRIVER I2CD0 -#define I2C0_SDA_PIN GP4 -#define I2C0_SCL_PIN GP5 diff --git a/keyboards/keebio/nyquist/rev5/config.h b/keyboards/keebio/nyquist/rev5/config.h index 8a88c21c89..c4bbd6c5b2 100644 --- a/keyboards/keebio/nyquist/rev5/config.h +++ b/keyboards/keebio/nyquist/rev5/config.h @@ -14,7 +14,3 @@ #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U - -#define I2C_DRIVER I2CD0 -#define I2C0_SDA_PIN GP4 -#define I2C0_SCL_PIN GP5 |