jpconstantineau / BlueMicro_BLE

Keyboard Firmware for the Nordic nRF52 Series of Bluetooth SoC based on the Adafruit NRF52 Feather
http://bluemicro.jpconstantineau.com/
BSD 3-Clause "New" or "Revised" License
358 stars 171 forks source link

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

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

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 https://github.com/jpconstantineau/BlueMicro_BLE/blob/60e8877c9428993292f7b7886a1b56885d88de2b//firmware/keystate.h#L13-L23