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/handwired/hexon38 | |
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/handwired/hexon38')
-rw-r--r-- | keyboards/handwired/hexon38/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/hexon38/config.h b/keyboards/handwired/hexon38/config.h index e9e1eb4d29..1176d3fa57 100644 --- a/keyboards/handwired/hexon38/config.h +++ b/keyboards/handwired/hexon38/config.h @@ -49,6 +49,3 @@ /* Locking resynchronize hack */ //#define LOCKING_RESYNC_ENABLE - -/* prevent stuck modifiers */ -//#define PREVENT_STUCK_MODIFIERS |