diff options
author | Joel Challis <git@zvecr.com> | 2022-06-02 19:30:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 19:30:07 +0100 |
commit | 5bcfc273ce2699913454408a0f266112c665d425 (patch) | |
tree | 760f4d916520d420fadff36ca7757d319ae7ee63 /keyboards/fallacy | |
parent | 71b928fbecc42f8ed336776bb358756260407283 (diff) | |
download | qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.tar.gz qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.zip |
Fix lint errors (#17293)
Diffstat (limited to 'keyboards/fallacy')
-rwxr-xr-x | keyboards/fallacy/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/fallacy/config.h b/keyboards/fallacy/config.h index 379d25d9db..c99653f2c5 100755 --- a/keyboards/fallacy/config.h +++ b/keyboards/fallacy/config.h @@ -59,10 +59,6 @@ */ #define LOCKING_RESYNC_ENABLE -/* prevent stuck modifiers - */ -#define PREVENT_STUCK_MODIFIERS - #define RGB_DI_PIN D2 #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 14 |