diff options
| author | Joel Challis | 2025-09-06 23:48:07 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-06 23:48:07 +0200 |
| commit | 19527e8399184c8496400f4b8f3d79af8a847c36 (patch) | |
| tree | 2ef4ceb1944ac3caa1f4bb9a9253a9147c21d74a /keyboards/boardsource/unicorne | |
| parent | d8ce8cd204313a15a600a9d4d3038f76d267f0b9 (diff) | |
Remove duplication of RP2040 config defaults (#25563)
Diffstat (limited to 'keyboards/boardsource/unicorne')
| -rw-r--r-- | keyboards/boardsource/unicorne/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/boardsource/unicorne/config.h b/keyboards/boardsource/unicorne/config.h index e79c00f14d..843d377cbe 100644 --- a/keyboards/boardsource/unicorne/config.h +++ b/keyboards/boardsource/unicorne/config.h @@ -2,8 +2,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later #pragma once -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET - #define I2C_DRIVER I2CD1 #define I2C1_SDA_PIN GP22 #define I2C1_SCL_PIN GP23 |