summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/malicious_ergo/chconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-30 18:29:41 +0000
committerQMK Bot <hello@qmk.fm>2022-08-30 18:29:41 +0000
commitc249afefc629c8b8b2c4e87c902e250dbd8c4fbb (patch)
tree2e8bf012eac82c099b02d1a3a8ef52b0cad31524 /keyboards/cannonkeys/malicious_ergo/chconf.h
parent757a03cf1a07ea61e24edf577209cb01680f44db (diff)
parentbc538e37761206885c226d849ec20d1771a5ed43 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/malicious_ergo/chconf.h')
-rw-r--r--keyboards/cannonkeys/malicious_ergo/chconf.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/malicious_ergo/chconf.h b/keyboards/cannonkeys/malicious_ergo/chconf.h
new file mode 100644
index 0000000000..308855ab7a
--- /dev/null
+++ b/keyboards/cannonkeys/malicious_ergo/chconf.h
@@ -0,0 +1,31 @@
+/* Copyright 2022 Andrew Kannan
+ *
+ * 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/>.
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/projectkb/alice/chconf.h -r platforms/chibios/common/configs/chconf.h`
+ */
+
+#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>
+