issues
search
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
Generator config map usage + cleanup
#73
Closed
QKekos
closed
7 months ago
QKekos
commented
7 months ago
Made ascii chars get retrieved from an actual map -
{"👆": "*"}
, same for wordbreak character:
{"⎵": "^"}
Also got rid of
quiet
generator option, its quiet by default now, to get debug info you will have to run it with
-d
flag
{"👆": "*"}
, same for wordbreak character:{"⎵": "^"}
quiet
generator option, its quiet by default now, to get debug info you will have to run it with-d
flag