From 19527e8399184c8496400f4b8f3d79af8a847c36 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 6 Sep 2025 22:48:07 +0100 Subject: Remove duplication of RP2040 config defaults (#25563) --- keyboards/cornia/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'keyboards/cornia') diff --git a/keyboards/cornia/config.h b/keyboards/cornia/config.h index dbf7031b62..8aff7e6336 100644 --- a/keyboards/cornia/config.h +++ b/keyboards/cornia/config.h @@ -25,6 +25,3 @@ #define I2C_DRIVER I2CD1 #define I2C1_SDA_PIN GP10 #define I2C1_SCL_PIN GP11 - -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // Timeout window in ms in which the double tap can occur. \ No newline at end of file -- cgit v1.2.3