Browse Source

keebio/nyquist: Remove invalid I2C config (#24479)

Joel Challis 1 year ago
parent
commit
dd0068cfd4
2 changed files with 0 additions and 8 deletions
  1. 0 4
      keyboards/keebio/nyquist/rev4/config.h
  2. 0 4
      keyboards/keebio/nyquist/rev5/config.h

+ 0 - 4
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

+ 0 - 4
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