dlip / zmk-taipo

5 stars 5 forks source link

Quick rolls across sides have issues #1

Open dlip opened 1 year ago

dlip commented 1 year ago

Single characters: ZMK is unable to output the same character twice when pressing the same key together on both halves. This may be fixed by https://github.com/zmkfirmware/zmk/pull/1828

Macros: When rolling combos eg 'h' + 'h' quickly the output is 'httehtehhthth' instead of the expected 'hhhhhhhhhh'

A workaround for now is to flash the right half with the left firmware and connect it separately. The one downside is sticky mods will not release until the sticky timout expires.

dlip commented 1 year ago

I opened https://github.com/zmkfirmware/zmk/issues/1899 for the combo issue