summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/odinmini/config.h
diff options
context:
space:
mode:
authordztech <moyi4681@users.noreply.github.com>2022-12-04 17:22:21 +0800
committerGitHub <noreply@github.com>2022-12-04 01:22:21 -0800
commitee772ad1654cba64f043f295f8683366d90c8c95 (patch)
tree4e375425fc175b6c33a50edc0ed0d7c1bf355b55 /keyboards/kbdfans/odinmini/config.h
parent6af12001eb66fb8b01514d347aea853d31ffdcbb (diff)
[Keyboard] add odinmini keyboard (#19111)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kbdfans/odinmini/config.h')
-rw-r--r--keyboards/kbdfans/odinmini/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/kbdfans/odinmini/config.h b/keyboards/kbdfans/odinmini/config.h
new file mode 100644
index 0000000000..a61fbed229
--- /dev/null
+++ b/keyboards/kbdfans/odinmini/config.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 Dztech
+ *
+ * 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/>.
+ */
+#include "config_common.h"
+
+#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 8)
+
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
+#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U