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/handwired | |
| parent | d8ce8cd204313a15a600a9d4d3038f76d267f0b9 (diff) | |
Remove duplication of RP2040 config defaults (#25563)
Diffstat (limited to 'keyboards/handwired')
| -rw-r--r-- | keyboards/handwired/alcor_dactyl/config.h | 20 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform_pi_pico/config.h | 3 |
2 files changed, 1 insertions, 22 deletions
diff --git a/keyboards/handwired/alcor_dactyl/config.h b/keyboards/handwired/alcor_dactyl/config.h index 42c45acdbf..3da8cebf4d 100644 --- a/keyboards/handwired/alcor_dactyl/config.h +++ b/keyboards/handwired/alcor_dactyl/config.h @@ -3,26 +3,6 @@ #pragma once - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT - -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U - #define SERIAL_USART_FULL_DUPLEX #define SERIAL_USART_TX_PIN GP10 #define SERIAL_USART_RX_PIN GP9 diff --git a/keyboards/handwired/dactyl_manuform_pi_pico/config.h b/keyboards/handwired/dactyl_manuform_pi_pico/config.h index c622149a4a..9b5e919b1b 100644 --- a/keyboards/handwired/dactyl_manuform_pi_pico/config.h +++ b/keyboards/handwired/dactyl_manuform_pi_pico/config.h @@ -2,8 +2,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later #pragma once -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U + #define SERIAL_USART_FULL_DUPLEX #define SERIAL_USART_TX_PIN GP9 #define SERIAL_USART_RX_PIN GP8 |