Hello, I wanted to change the key range and noticed than there was a dozen of hardcoded 'a' all over the code making this task more complicated than it should be.
This pull request adds a define for the first key and replaces all of the hardcoded 'a' with that define.
Hello, I wanted to change the key range and noticed than there was a dozen of hardcoded
'a'
all over the code making this task more complicated than it should be. This pull request adds a define for the first key and replaces all of the hardcoded'a'
with that define.