summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio/space65r3/chconf.h
diff options
context:
space:
mode:
authorYizhen Liu <62583086+edwardslau@users.noreply.github.com>2022-12-29 17:01:32 -0800
committerGitHub <noreply@github.com>2022-12-30 12:01:32 +1100
commit590c889537949f2926e9a6428e8b91deec94076c (patch)
treede4a6f1eddfefdb678b75c0ea938da1375a958b5 /keyboards/gray_studio/space65r3/chconf.h
parent5fa2aab41e295f05bcfd14e93745b51b15938015 (diff)
[keyboard]Add Graystudio Space65 R3 (#18909)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/gray_studio/space65r3/chconf.h')
-rw-r--r--keyboards/gray_studio/space65r3/chconf.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/gray_studio/space65r3/chconf.h b/keyboards/gray_studio/space65r3/chconf.h
new file mode 100644
index 0000000000..c92d2a276d
--- /dev/null
+++ b/keyboards/gray_studio/space65r3/chconf.h
@@ -0,0 +1,29 @@
+/* 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/pill60/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>
+