summaryrefslogtreecommitdiff
path: root/keyboards/soda/pocket/chconf.h
diff options
context:
space:
mode:
authorJeayo Keh <gezhaoyou@126.com>2023-02-15 05:11:45 +0800
committerGitHub <noreply@github.com>2023-02-14 14:11:45 -0700
commit7ae9dbca1d1551e397b256aa3864460775802db4 (patch)
tree62c905e0ecdfbefbd5a6bb9c561a0c5e62726128 /keyboards/soda/pocket/chconf.h
parent7d0358cfebc75f685ad1cf3ff7ae20ec6afe4430 (diff)
[Keyboard] add ‘soda/pocket’ (#19838)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/soda/pocket/chconf.h')
-rw-r--r--keyboards/soda/pocket/chconf.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/soda/pocket/chconf.h b/keyboards/soda/pocket/chconf.h
new file mode 100644
index 0000000000..61b37ebf37
--- /dev/null
+++ b/keyboards/soda/pocket/chconf.h
@@ -0,0 +1,25 @@
+/* Copyright 2020 QMK
+ *
+ * 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 CH_CFG_ST_FREQUENCY 10000
+
+#define CH_CFG_OPTIMIZE_SPEED FALSE
+
+#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE
+
+#include_next <chconf.h>
+