summaryrefslogtreecommitdiff
path: root/keyboards/p3d/synapse/keymaps/7u_space/config.h
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2024-02-13 07:37:17 +0800
committerGitHub <noreply@github.com>2024-02-12 16:37:17 -0700
commit0cad5e9d4a1cce52f3f8822db3838f2227eb0271 (patch)
tree7523a3e2bc95cc8b096aa6bc99bd4e07d6a8ce93 /keyboards/p3d/synapse/keymaps/7u_space/config.h
parent98a68b68a400f7b3821db1d77375a592b34cc8d6 (diff)
Refactor: move p3d keyboards (#22763)
Group standalone p3dstore keyboards into p3d folder
Diffstat (limited to 'keyboards/p3d/synapse/keymaps/7u_space/config.h')
-rw-r--r--keyboards/p3d/synapse/keymaps/7u_space/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/p3d/synapse/keymaps/7u_space/config.h b/keyboards/p3d/synapse/keymaps/7u_space/config.h
new file mode 100644
index 0000000000..e398cb5b2d
--- /dev/null
+++ b/keyboards/p3d/synapse/keymaps/7u_space/config.h
@@ -0,0 +1,25 @@
+/* Copyright 2021 qpockets
+ *
+ * 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/>.
+ */
+
+#pragma once
+
+/*Modtaps*/
+#define TAPPING_TERM 165
+
+/*Combos*/
+#ifdef COMBO_ENABLE
+# define COMBO_TERM 50
+#endif