Thanks for creating and maintaining this library, it has been a joy to work with so far.
I am trying to create a firmware for a keyboard that is close to artsey which makes heavy use of combos. I have two mirrored halves where each half is able to produce any key of the whole keyboard. When I use the two halves together in a split configuration I accidentally hit a lot of combos I do not want.
Let's say I have a combo where when pressing 'A' + 'B' the keyboard sends a 'C', this is working great when just using one keyboard or just one half. But when I try to type quickly on both sides in an alternating pattern I press 'A' on the left keyboard and quickly after 'B' on the right keyboard it produces a 'C' because the combos are not specific to each half.
I would like to see a feature where the combos can be made keyboard specific, would that be something which might be possible in the future? I am not familiar with the rmk code so I have no idea if this would be easy to implement or an architectural nightmare with the current process of how split keyboards work. Using the keyboard not as a split configuration but instead as two singular ones is sadly not an option as it would greatly hinder the way to efficiently type capital letters and other combos for me.
Thanks for creating and maintaining this library, it has been a joy to work with so far.
I am trying to create a firmware for a keyboard that is close to artsey which makes heavy use of combos. I have two mirrored halves where each half is able to produce any key of the whole keyboard. When I use the two halves together in a split configuration I accidentally hit a lot of combos I do not want.
Let's say I have a combo where when pressing 'A' + 'B' the keyboard sends a 'C', this is working great when just using one keyboard or just one half. But when I try to type quickly on both sides in an alternating pattern I press 'A' on the left keyboard and quickly after 'B' on the right keyboard it produces a 'C' because the combos are not specific to each half.
I would like to see a feature where the combos can be made keyboard specific, would that be something which might be possible in the future? I am not familiar with the rmk code so I have no idea if this would be easy to implement or an architectural nightmare with the current process of how split keyboards work. Using the keyboard not as a split configuration but instead as two singular ones is sadly not an option as it would greatly hinder the way to efficiently type capital letters and other combos for me.