From 4d78d82621f751805b753c80ecb25af60ac1a5d2 Mon Sep 17 00:00:00 2001 From: Rico <95101980+mymakercorner@users.noreply.github.com> Date: Thu, 27 Jul 2023 05:13:43 +0200 Subject: [Keyboard] Phoenix Project No 1 support (#21068) Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Drashna Jaelre --- keyboards/rico/phoenix_project_no1/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/rico/phoenix_project_no1/config.h (limited to 'keyboards/rico/phoenix_project_no1/config.h') diff --git a/keyboards/rico/phoenix_project_no1/config.h b/keyboards/rico/phoenix_project_no1/config.h new file mode 100644 index 0000000000..43fb63ce47 --- /dev/null +++ b/keyboards/rico/phoenix_project_no1/config.h @@ -0,0 +1,20 @@ +/* Copyright 2023 Eric Becourt (Rico at https://github.com/mymakercorner) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U -- cgit v1.2.3