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

Key buffer access bug fix #22

Closed kamih closed 8 months ago

kamih commented 8 months ago

This fixes wrong way wraparound bug, and adds const to size and buffer pointer.