diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-25 22:06:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 22:06:31 +1000 |
commit | 2f9f555add827bbc6b7e6e4a08b830b9825ada4f (patch) | |
tree | 8f95fe2635984c3cd90b35ad6bdc1281e890ffb3 /keyboards/inland/kb83/config.h | |
parent | dd164a05669cb8c05ed091b31897a45a464556da (diff) |
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/inland/kb83/config.h')
-rw-r--r-- | keyboards/inland/kb83/config.h | 3 |
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 } |