Ikcelaks / qmk_sequence_transform

Sequence-Transform is a user library for QMK that enables a rich declarative ruleset for transforming a sequence of keypresses into any output you would like.
Apache License 2.0
6 stars 3 forks source link

Cursor bug for segment length #40

Closed Ikcelaks closed 7 months ago

Ikcelaks commented 8 months ago

If the cursor is not simulating the output, repeated calls to st_cursor_next will increment the index and segment length.

I don't think this affects any current code, but it should be fixed. Easy fix tomorrow.