We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ifndef DOUBLETAP_TIME_LIMIT define DOUBLETAP_TIME_LIMIT 200 endif ifndef TIME_TILL_HOLD define TIME_TILL_HOLD 200 endif ifndef TIME_TILL_RELEASE define TIME_TILL_RELEASE 20 // was 80 endif
Line: 16
BlueMicro_BLE//firmware/keystate.h
Lines 13 to 23 in 60e8877
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ifndef DOUBLETAP_TIME_LIMIT
define DOUBLETAP_TIME_LIMIT 200
endif
ifndef TIME_TILL_HOLD
define TIME_TILL_HOLD 200
endif
ifndef TIME_TILL_RELEASE
define TIME_TILL_RELEASE 20 // was 80
endif
Line: 16
BlueMicro_BLE//firmware/keystate.h
Lines 13 to 23 in 60e8877
The text was updated successfully, but these errors were encountered: