summaryrefslogtreecommitdiff
path: root/keyboards/kagizaraya/scythe
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-24 17:44:21 +1000
committerGitHub <noreply@github.com>2023-06-24 17:44:21 +1000
commit1e05bad1baadd4f50fdf656f49e23d0fcea86834 (patch)
tree470d00d435e08e13b36db9f82acf8565a56a727b /keyboards/kagizaraya/scythe
parent4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (diff)
Move `TAPPING_TERM` to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/kagizaraya/scythe')
-rw-r--r--keyboards/kagizaraya/scythe/config.h2
-rw-r--r--keyboards/kagizaraya/scythe/info.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/kagizaraya/scythe/config.h b/keyboards/kagizaraya/scythe/config.h
index 7730e5ec8f..d8ab9fc9f4 100644
--- a/keyboards/kagizaraya/scythe/config.h
+++ b/keyboards/kagizaraya/scythe/config.h
@@ -52,5 +52,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define EE_HANDS
#define I2C_MASTER_LEFT
//#define I2C_MASTER_RIGHT
-
-#define TAPPING_TERM 120
diff --git a/keyboards/kagizaraya/scythe/info.json b/keyboards/kagizaraya/scythe/info.json
index 79620e1444..5b95a776e3 100644
--- a/keyboards/kagizaraya/scythe/info.json
+++ b/keyboards/kagizaraya/scythe/info.json
@@ -25,6 +25,9 @@
"led_count": 9,
"split": true
},
+ "tapping": {
+ "term": 120
+ },
"ws2812": {
"pin": "F0"
},