summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/caerdroia/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-03-10 17:57:50 +0000
committerQMK Bot <hello@qmk.fm>2023-03-10 17:57:50 +0000
commit4b1f0e8daa8cfacbbc3cdc22653e2bc1458cea96 (patch)
treec8fdbb7f185bd192238eea831308f2d9a2740322 /keyboards/cannonkeys/caerdroia/config.h
parent5a60010f74b7f38693dca9d1a19b2dfffa327f70 (diff)
parentdf814dec7af5e602fc3643b7e8a0e86a7509242d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/caerdroia/config.h')
-rw-r--r--keyboards/cannonkeys/caerdroia/config.h24
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
+