summaryrefslogtreecommitdiffstats
path: root/keyboards/caffeinated/serpent65/chconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-14 03:09:16 +0000
committerQMK Bot <hello@qmk.fm>2021-04-14 03:09:16 +0000
commit98dd9b6614ab58fb7e4d96e5d2d378cee30fbb45 (patch)
tree16f4c3dfc8d184550dcb7fab8db3ceb2b9876a5b /keyboards/caffeinated/serpent65/chconf.h
parent4ed273699a120dab923189829f5cd07871c96590 (diff)
parent9dea6f772077dc5c09daf40378e45884d29ab2e2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/caffeinated/serpent65/chconf.h')
-rw-r--r--keyboards/caffeinated/serpent65/chconf.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/caffeinated/serpent65/chconf.h b/keyboards/caffeinated/serpent65/chconf.h
new file mode 100644
index 0000000000..cbbae31079
--- /dev/null
+++ b/keyboards/caffeinated/serpent65/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>