diff options
| author | fauxpark | 2019-12-10 01:00:27 +0100 |
|---|---|---|
| committer | James Young | 2019-12-10 01:00:27 +0100 |
| commit | e4dd9e13934700d996d9a2d52cc529943656fc12 (patch) | |
| tree | 52493dd78c28e39fcd477d4f4ced3c1edd8adfa0 /keyboards/30wer | |
| parent | 9c6a7522d788227151aad09a22868c0749bee17c (diff) | |
[Keyboard] Remove `PREVENT_STUCK_MODIFIERS` from config.h files (#7592)
Diffstat (limited to 'keyboards/30wer')
| -rw-r--r-- | keyboards/30wer/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/30wer/config.h b/keyboards/30wer/config.h index cf1bd72e56..5a89a35f0d 100644 --- a/keyboards/30wer/config.h +++ b/keyboards/30wer/config.h @@ -21,6 +21,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS |