Skip to content

Commit

Permalink
Remove outdated comments about tapping term ≥ 500
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Jun 24, 2022
1 parent 21f12cd commit 9167f41
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions keyboards/helix/pico/keymaps/mtei/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#undef TAPPING_TERM
#define TAPPING_TERM 300
#define PERMISSIVE_HOLD
/* when TAPPING_TERM >= 500 same effect PERMISSIVE_HOLD.
see tmk_core/common/action_tapping.c */

// If you need more program area, try select and reduce rgblight modes to use.

2 changes: 0 additions & 2 deletions keyboards/helix/rev2/keymaps/five_rows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#undef TAPPING_TERM
#define TAPPING_TERM 300
#define PERMISSIVE_HOLD
/* when TAPPING_TERM >= 500 same effect PERMISSIVE_HOLD.
see tmk_core/common/action_tapping.c */

#undef OLED_UPDATE_INTERVAL
#ifdef DEBUG_MATRIX_SCAN_RATE
Expand Down
2 changes: 0 additions & 2 deletions keyboards/helix/rev3_5rows/keymaps/five_rows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#undef TAPPING_TERM
#define TAPPING_TERM 300
#define PERMISSIVE_HOLD
/* when TAPPING_TERM >= 500 same effect PERMISSIVE_HOLD.
see tmk_core/common/action_tapping.c */

#undef OLED_UPDATE_INTERVAL
#ifdef DEBUG_MATRIX_SCAN_RATE
Expand Down
2 changes: 1 addition & 1 deletion layouts/community/ergodox/adam/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#undef TAPPING_TERM
#define TAPPING_TERM 300 //At 500 some bad logic takes hold
#define TAPPING_TERM 300
#define IGNORE_MOD_TAP_INTERRUPT

0 comments on commit 9167f41

Please sign in to comment.