summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/bastion60/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-07-25 17:08:21 +0000
committerQMK Bot <hello@qmk.fm>2023-07-25 17:08:21 +0000
commit28e6c11f3637d10bc7b5523b71b454efa1daf185 (patch)
tree754fb88d06875f4262dc846908e9514751279d27 /keyboards/cannonkeys/bastion60/config.h
parentb10b4cc8649dbe0a5620c7ad52df0e66e4046852 (diff)
parent87c7118b8829f58abb8f5adec2fccddd8bfcbb23 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/bastion60/config.h')
-rw-r--r--keyboards/cannonkeys/bastion60/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/bastion60/config.h b/keyboards/cannonkeys/bastion60/config.h
new file mode 100644
index 0000000000..206ca9cf56
--- /dev/null
+++ b/keyboards/cannonkeys/bastion60/config.h
@@ -0,0 +1,14 @@
+// Copyright 2023 Andrew Kannan
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
+
+#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
+
+#define BACKLIGHT_PWM_DRIVER PWMD3
+#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_A
+
+#define WS2812_PIO_USE_PIO1