Skip to content

Commit

Permalink
[Keyboard] Fix DZTECH Tofu II v1 i2c config (#19306)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Dec 13, 2022
1 parent 408bb46 commit 222f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/dztech/tofu/ii/v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 222f685

Please sign in to comment.