diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2023-03-10 12:57:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 10:57:11 -0700 |
commit | df814dec7af5e602fc3643b7e8a0e86a7509242d (patch) | |
tree | 2502712da6a0a4f474cfb1fbd97a5aa076f16ef1 /keyboards/cannonkeys/caerdroia/config.h | |
parent | 950afdceeb75d06de0bc75f4dc520fb2528c6044 (diff) |
Caerdroia Keyboard Firmware (#20036)
Diffstat (limited to 'keyboards/cannonkeys/caerdroia/config.h')
-rw-r--r-- | keyboards/cannonkeys/caerdroia/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/caerdroia/config.h b/keyboards/cannonkeys/caerdroia/config.h new file mode 100644 index 0000000000..582695dac6 --- /dev/null +++ b/keyboards/cannonkeys/caerdroia/config.h @@ -0,0 +1,24 @@ +/* +Copyright 2015 Jun Wako <wakojun@gmail.com> + +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 <http://www.gnu.org/licenses/>. +*/ + +#pragma once + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U + +#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 + |