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/kapcave | |
parent | 71b928fbecc42f8ed336776bb358756260407283 (diff) | |
download | qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.tar.gz qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.zip |
Fix lint errors (#17293)
Diffstat (limited to 'keyboards/kapcave')
-rw-r--r-- | keyboards/kapcave/paladinpad/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kapcave/paladinpad/config.h b/keyboards/kapcave/paladinpad/config.h index 9b3c9a4ca0..2b7d6e363a 100644 --- a/keyboards/kapcave/paladinpad/config.h +++ b/keyboards/kapcave/paladinpad/config.h @@ -39,8 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 - -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS - - |