summaryrefslogtreecommitdiff
path: root/keyboards/inland/kb83/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/inland/kb83/config.h
parentdd164a05669cb8c05ed091b31897a45a464556da (diff)
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/inland/kb83/config.h')
-rw-r--r--keyboards/inland/kb83/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/inland/kb83/config.h b/keyboards/inland/kb83/config.h
index a4660c93be..d1e7d11acc 100644
--- a/keyboards/inland/kb83/config.h
+++ b/keyboards/inland/kb83/config.h
@@ -19,9 +19,6 @@
#define RGB_TRIGGER_ON_KEYDOWN
-/* encoder resolution */
-#define TAP_CODE_DELAY 15
-
/* DIP switch */
#define DIP_SWITCH_PINS \
{ A9 }