diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-19 08:33:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 23:33:45 +0100 |
commit | 1c9d0f0eec614a20cbf88c20c448ebfe69414ca8 (patch) | |
tree | ec06104e7b94ade94384a861ac2d615f164d6358 /keyboards/lfkeyboards/mini1800 | |
parent | 7c7cec906acace0991ce04780103e48117ee4d27 (diff) |
Remove default `TAPPING_TERM` from keyboard config.h (#21284)
Diffstat (limited to 'keyboards/lfkeyboards/mini1800')
-rw-r--r-- | keyboards/lfkeyboards/mini1800/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/lfkeyboards/mini1800/config.h b/keyboards/lfkeyboards/mini1800/config.h index 3a8f16e0fd..0177576616 100644 --- a/keyboards/lfkeyboards/mini1800/config.h +++ b/keyboards/lfkeyboards/mini1800/config.h @@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_SAT_STEP 17 #define RGBLIGHT_VAL_STEP 17 -#define TAPPING_TERM 200 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |