summaryrefslogtreecommitdiff
path: root/keyboards/7c8/framework/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-25 22:06:31 +1000
committerGitHub <noreply@github.com>2023-06-25 22:06:31 +1000
commit2f9f555add827bbc6b7e6e4a08b830b9825ada4f (patch)
tree8f95fe2635984c3cd90b35ad6bdc1281e890ffb3 /keyboards/7c8/framework/config.h
parentdd164a05669cb8c05ed091b31897a45a464556da (diff)
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/7c8/framework/config.h')
-rw-r--r--keyboards/7c8/framework/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/7c8/framework/config.h b/keyboards/7c8/framework/config.h
index f6b4b30cf5..dce6855f68 100644
--- a/keyboards/7c8/framework/config.h
+++ b/keyboards/7c8/framework/config.h
@@ -16,7 +16,5 @@
#pragma once
-#define TAP_CODE_DELAY 16
-
#define LEADER_TIMEOUT 250
#define LEADER_PER_KEY_TIMING 150