Skip to content

Commit

Permalink
[Keyboard] Remove PREVENT_STUCK_MODIFIERS from config.h files (#7592)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and noroadsleft committed Dec 10, 2019
1 parent 9c6a752 commit e4dd9e1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions keyboards/30wer/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS
1 change: 0 additions & 1 deletion keyboards/ergodox_ez/keymaps/rgb_layer/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#define IGNORE_MOD_TAP_INTERRUPT
#undef PERMISSIVE_HOLD
#undef PREVENT_STUCK_MODIFIERS


#define FORCE_NKRO
Expand Down
3 changes: 0 additions & 3 deletions keyboards/handwired/hexon38/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@

/* Locking resynchronize hack */
//#define LOCKING_RESYNC_ENABLE

/* prevent stuck modifiers */
//#define PREVENT_STUCK_MODIFIERS
3 changes: 0 additions & 3 deletions keyboards/handwired/pteron/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@

/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5 // 5 is default

/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS
1 change: 0 additions & 1 deletion keyboards/treadstone48/keymaps/default/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef TAPPING_TERM
#endif
#define TAPPING_TERM 225
// #define PREVENT_STUCK_MODIFIERS
// #define IGNORE_MOD_TAP_INTERRUPT

#ifdef MOUSEKEY_ENABLE
Expand Down
1 change: 0 additions & 1 deletion keyboards/treadstone48/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT treadstone48
#define DESCRIPTION Symmetrical staggered 47+1 Keys Keyboard

#define PREVENT_STUCK_MODIFIERS
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 150

Expand Down
1 change: 0 additions & 1 deletion keyboards/zinc/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT zinc rev.1
#define DESCRIPTION A split keyboard

#define PREVENT_STUCK_MODIFIERS
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100

Expand Down
1 change: 0 additions & 1 deletion keyboards/zinc/reva/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT zinc rev.A
#define DESCRIPTION A split keyboard

#define PREVENT_STUCK_MODIFIERS
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100

Expand Down

0 comments on commit e4dd9e1

Please sign in to comment.