Skip to content

review default tap/hold tap/doubletap defaullt timings #304

@github-actions

Description

@github-actions

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

//todo review default tap/hold tap/doubletap defaullt timings
#ifndef DOUBLETAP_TIME_LIMIT
#define DOUBLETAP_TIME_LIMIT 200
#endif
#ifndef TIME_TILL_HOLD
#define TIME_TILL_HOLD 200
#endif
#ifndef TIME_TILL_RELEASE

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions