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 | |
parent | dd164a05669cb8c05ed091b31897a45a464556da (diff) |
Move `TAP_CODE_DELAY` to data driven (#21363)
Diffstat (limited to 'keyboards/inland/kb83')
-rw-r--r-- | keyboards/inland/kb83/config.h | 3 | ||||
-rw-r--r-- | keyboards/inland/kb83/info.json | 3 |
2 files changed, 3 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 } diff --git a/keyboards/inland/kb83/info.json b/keyboards/inland/kb83/info.json index b31fd86f1f..ecd274cef7 100644 --- a/keyboards/inland/kb83/info.json +++ b/keyboards/inland/kb83/info.json @@ -23,6 +23,9 @@ {"pin_a": "B14", "pin_b": "B13", "resolution": 4} ] }, + "qmk": { + "tap_keycode_delay": 15 + }, "layouts": { "LAYOUT": { "layout": [ |