aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cornia
diff options
context:
space:
mode:
authorJoel Challis2025-09-06 23:48:07 +0200
committerGitHub2025-09-06 23:48:07 +0200
commit19527e8399184c8496400f4b8f3d79af8a847c36 (patch)
tree2ef4ceb1944ac3caa1f4bb9a9253a9147c21d74a /keyboards/cornia
parentd8ce8cd204313a15a600a9d4d3038f76d267f0b9 (diff)
Remove duplication of RP2040 config defaults (#25563)
Diffstat (limited to 'keyboards/cornia')
-rw-r--r--keyboards/cornia/config.h3
1 files changed, 0 insertions, 3 deletions
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