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/chew/mono | |
| parent | d8ce8cd204313a15a600a9d4d3038f76d267f0b9 (diff) | |
Remove duplication of RP2040 config defaults (#25563)
Diffstat (limited to 'keyboards/chew/mono')
| -rw-r--r-- | keyboards/chew/mono/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/chew/mono/config.h b/keyboards/chew/mono/config.h deleted file mode 100644 index bb047c0adf..0000000000 --- a/keyboards/chew/mono/config.h +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2024 Florent (@FLinguenheld) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -/* Flash */ -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // In ms in which the double tap can occur |