diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-10 11:00:27 +1100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-09 16:00:27 -0800 |
commit | e4dd9e13934700d996d9a2d52cc529943656fc12 (patch) | |
tree | 52493dd78c28e39fcd477d4f4ced3c1edd8adfa0 /keyboards/treadstone48/rev1 | |
parent | 9c6a7522d788227151aad09a22868c0749bee17c (diff) | |
download | qmk_firmware-e4dd9e13934700d996d9a2d52cc529943656fc12.tar.gz qmk_firmware-e4dd9e13934700d996d9a2d52cc529943656fc12.zip |
[Keyboard] Remove `PREVENT_STUCK_MODIFIERS` from config.h files (#7592)
Diffstat (limited to 'keyboards/treadstone48/rev1')
-rw-r--r-- | keyboards/treadstone48/rev1/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/treadstone48/rev1/config.h b/keyboards/treadstone48/rev1/config.h index 09fb621545..a46951c71a 100644 --- a/keyboards/treadstone48/rev1/config.h +++ b/keyboards/treadstone48/rev1/config.h @@ -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 |