summaryrefslogtreecommitdiff
path: root/keyboards/kabedon/kabedon98e/chconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-06 21:47:54 +0000
committerQMK Bot <hello@qmk.fm>2021-07-06 21:47:54 +0000
commit2048c28f789e8942367bd7cca0d4d243784c7186 (patch)
tree7b8df326729e7bc8b685809fd7b56c1b7239a51f /keyboards/kabedon/kabedon98e/chconf.h
parent26bb2d7063568242aa3ac34a79f92f3184733c6a (diff)
parentc9c2916829eccab2222dad99c7f599988789ec2f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kabedon/kabedon98e/chconf.h')
-rw-r--r--keyboards/kabedon/kabedon98e/chconf.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/kabedon/kabedon98e/chconf.h b/keyboards/kabedon/kabedon98e/chconf.h
new file mode 100644
index 0000000000..f07706dfda
--- /dev/null
+++ b/keyboards/kabedon/kabedon98e/chconf.h
@@ -0,0 +1,28 @@
+/* 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/keyboards/kabedon/kabedon98e/chconf.h -r platforms/chibios/common/configs/chconf.h`
+ */
+
+#pragma once
+
+#define CH_CFG_ST_TIMEDELTA 0
+
+#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE
+
+#include_next <chconf.h>