Browse Source

[Keyboard] Fix DZTECH Tofu II v1 i2c config (#19306)

pull/17028/head
Drashna Jaelre 1 year ago
committed by GitHub
parent
commit
222f685b90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/dztech/tofu/ii/v1/config.h

+ 1
- 1
keyboards/dztech/tofu/ii/v1/config.h View File

@ -17,7 +17,7 @@
#pragma once
#define I2C1_SDA_PIN GP2
#define I2C1_SCL_PIN GP3
#define I2C_DRIVER I2CD2
#define I2C_DRIVER I2CD1
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U


Loading…
Cancel
Save