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