diff options
author | Dam Vu Duy <RyanDam@users.noreply.github.com> | 2025-04-07 00:56:19 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-06 10:56:19 -0700 |
commit | 9e775b8e9d955828407b586f980187461c5bfbd6 (patch) | |
tree | be639999d2f226a8fa547bce1c70ea2b887a83fc /keyboards/coban/pad12a/config.h | |
parent | 625d62efdf3cf6d720b6620d18774d7513d62d22 (diff) |
Add Coban Pad 12A (#25039)
Co-authored-by: jack <jack@pngu.org>
Diffstat (limited to 'keyboards/coban/pad12a/config.h')
-rw-r--r-- | keyboards/coban/pad12a/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/coban/pad12a/config.h b/keyboards/coban/pad12a/config.h new file mode 100644 index 0000000000..b6b096ad05 --- /dev/null +++ b/keyboards/coban/pad12a/config.h @@ -0,0 +1,7 @@ +// Copyright 2025 RyanDam (https://github.com/RyanDam) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U |