summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/rp2040/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/rp2040/config.h')
-rw-r--r--keyboards/handwired/onekey/rp2040/config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/handwired/onekey/rp2040/config.h b/keyboards/handwired/onekey/rp2040/config.h
deleted file mode 100644
index c0ef468aa9..0000000000
--- a/keyboards/handwired/onekey/rp2040/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2022 Stefan Kerkmann
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "config_common.h"
-
-#define MATRIX_COL_PINS \
- { GP4 }
-#define MATRIX_ROW_PINS \
- { GP5 }
-#define DEBUG_MATRIX_SCAN_RATE
-
-#define QMK_WAITING_TEST_BUSY_PIN GP8
-#define QMK_WAITING_TEST_YIELD_PIN GP9
-
-#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
-#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
-#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
-
-#define RGB_DI_PIN A1