diff options
author | CJ Pais <cj@cjpais.com> | 2025-04-21 16:56:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 16:56:10 -0700 |
commit | ebfa3cdd5c38d023ed4525e25004155aad7ad3e0 (patch) | |
tree | 44a12efb2482f5665ed5db298c9e7b50430ce307 /keyboards/handwired/footy/config.h | |
parent | 53f1f3b6d70bd457c5c42b799858c775dfcd3cb6 (diff) |
Add handwired/footy (#25151)
Co-authored-by: jack <jack@pngu.org>
Diffstat (limited to 'keyboards/handwired/footy/config.h')
-rw-r--r-- | keyboards/handwired/footy/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/footy/config.h b/keyboards/handwired/footy/config.h new file mode 100644 index 0000000000..5a081f79d6 --- /dev/null +++ b/keyboards/handwired/footy/config.h @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U |