Skip to content
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

Open
2 of 4 tasks
Mraziiiik opened this issue Jul 23, 2024 · 4 comments
Open
2 of 4 tasks
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Mraziiiik
Copy link

Mraziiiik commented Jul 23, 2024

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

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

@Mraziiiik Mraziiiik added enhancement New feature or request help wanted Extra attention is needed labels Jul 23, 2024
@revunix
Copy link

revunix commented Jul 23, 2024

Would love it if it got the Q1 HE.

@adophoxia
Copy link

Hi, I was just wondering if you would be able to give some tips how to get this functionality? I was trying to implement it on my Keychron V1, but I couldn't get it working.

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.

@Psebcool
Copy link

Razer and Wooting just added this on all of theirs existing keyboards.

Nice feature !

@PeterMortensen
Copy link

PeterMortensen commented Jul 25, 2024

Related: [Core] Feature: Add key cancellation. qmk#24000 (2024-06-26)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants
@PeterMortensen @revunix @Psebcool @Mraziiiik @adophoxia and others