summaryrefslogtreecommitdiff
path: root/keyboards/noxary/378/chconf.h
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2021-07-30 02:54:06 -0300
committerGitHub <noreply@github.com>2021-07-29 22:54:06 -0700
commita1f7d86ef59c1bfb52fbf2ba326ae899fb020c11 (patch)
tree8300e82da1e2130fc7f5d3dedffc14acbe04879f /keyboards/noxary/378/chconf.h
parent03212ced241522351f5e019946dd701c78793a1f (diff)
[Keyboard] Initial Noxary 378 support (#13156)
Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
Diffstat (limited to 'keyboards/noxary/378/chconf.h')
-rw-r--r--keyboards/noxary/378/chconf.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/noxary/378/chconf.h b/keyboards/noxary/378/chconf.h
new file mode 100644
index 0000000000..06279fc387
--- /dev/null
+++ b/keyboards/noxary/378/chconf.h
@@ -0,0 +1,30 @@
+/* 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/>.
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/acheron/arctic/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>