summaryrefslogtreecommitdiff
path: root/keyboards/handwired/sono1/stm32f103/chconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-10 09:26:59 +0000
committerQMK Bot <hello@qmk.fm>2022-01-10 09:26:59 +0000
commit13a44b1fffedd20549624660986e7a0176662956 (patch)
tree2f80bf384631c116bbd370e997073bf8095f9fdc /keyboards/handwired/sono1/stm32f103/chconf.h
parent89260bab8699201c7a41f8770965bb4e53d39993 (diff)
parentc5728aebeeb75e0069642f984d579e4691ec9677 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/sono1/stm32f103/chconf.h')
-rw-r--r--keyboards/handwired/sono1/stm32f103/chconf.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/handwired/sono1/stm32f103/chconf.h b/keyboards/handwired/sono1/stm32f103/chconf.h
new file mode 100644
index 0000000000..63236f2c2c
--- /dev/null
+++ b/keyboards/handwired/sono1/stm32f103/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/handwired/onekey/bluepill/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>