fix(layouts): re-enable thumb cluster on nicenano->iris_r2

This commit is contained in:
Josh Klar 2021-06-19 19:38:25 -07:00
parent eb41d704b0
commit ece6441230
No known key found for this signature in database
GPG Key ID: A4A0C7B4E8EEE222

View File

@ -40,3 +40,6 @@ class KMKKeyboard(_KMKKeyboard):
coord_mapping.append(ic(4, 2))
coord_mapping.append(ic(4, 9))
coord_mapping.extend(ic(3, x) for x in range(6, 12)) # Now, the rest of R3
# And now, to handle R4, which at this point is down to just six keys
coord_mapping.extend(ic(4, x) for x in range(3, 9))