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/handwired/brain/config.h | |
parent | 71b928fbecc42f8ed336776bb358756260407283 (diff) | |
download | qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.tar.gz qmk_firmware-5bcfc273ce2699913454408a0f266112c665d425.zip |
Fix lint errors (#17293)
Diffstat (limited to 'keyboards/handwired/brain/config.h')
-rw-r--r-- | keyboards/handwired/brain/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/brain/config.h b/keyboards/handwired/brain/config.h index 87aec1a299..6b9e650bcf 100644 --- a/keyboards/handwired/brain/config.h +++ b/keyboards/handwired/brain/config.h @@ -97,7 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -//#define PREVENT_STUCK_MODIFIERS //#define TAPPING_TERM 150 //#define IGNORE_MOD_TAP_INTERRUPT //#define TAPPING_FORCE_HOLD |