summaryrefslogtreecommitdiff
path: root/keyboards/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/synapse/keymaps/7u_space/config.h
parent98a68b68a400f7b3821db1d77375a592b34cc8d6 (diff)
Refactor: move p3d keyboards (#22763)
Group standalone p3dstore keyboards into p3d folder
Diffstat (limited to 'keyboards/synapse/keymaps/7u_space/config.h')
-rw-r--r--keyboards/synapse/keymaps/7u_space/config.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/synapse/keymaps/7u_space/config.h b/keyboards/synapse/keymaps/7u_space/config.h
deleted file mode 100644
index e398cb5b2d..0000000000
--- a/keyboards/synapse/keymaps/7u_space/config.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* 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