-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] "Snap Tap"/"Rappy Snappy" for Lemokey L3 and other Keychron keyboards #287
Comments
Would love it if it got the Q1 HE. |
This is already being discussed over in the QMK server on Discord. Suggest you go there to ask for help since that PR is related. |
Razer and Wooting just added this on all of theirs existing keyboards. Nice feature ! |
Related: [Core] Feature: Add key cancellation. qmk#24000 (2024-06-26) |
QMK server said they won't be working on this, the admin over there changed his mind, and refuses to merge the PR or give it anymore attention. He locks any threads related to snap tap. That being said, can we get it working on this repo? |
The PR and the issue were locked because
Unless the "threads" being referred to is this one here, qmk#24204, this is because qmk#24000 was already present, making that Issue redundant, hence this one and only Issue being locked in the first place |
I believe locking the discussion just because a few recent responses were off-topic wasn't the right decision. It felt like an overreaction by the admin. Regarding qmk#24216 |
Feature Request Type
Description
"Snap Tap" is a functionality designed to enhance the gaming experience by improving directional key input handling. Here is a detailed explanation of how it works and its benefits:
With a standard gaming keyboard, when two opposing directional keys are pressed simultaneously (e.g., 'W' and 'S' or 'A' and 'D'), the character stops moving because no movement is registered. The character remains stationary until one of the keys is released.
Snap Tap Mode:
When "Snap Tap" mode is enabled, in any instance where two opposing directional keys are detected, the last input is registered as the priority. This means the character will change directions instantly without having to release the previous key, allowing for seamless and responsive movement. Super useful for strafing.
Given the QMK firmware's flexibility and the customization options this feature could be integrated as an additional mode within the firmware.
Here i found two github projects: first implements the mode very simply where once you hold "A" and press "D", the "A" is unpressed. This however doesnt allow the player to hold "A" and spam "D" for super quick strafing because the A gets unpressed. qmk#24000
This allows the hold "A", spam "D" https://github.com/Xelus22/qmk_firmware/tree/key_interrupt_recover_playground
The text was updated successfully, but these errors were encountered: