From ece6441230d15df6606bb8923ac081879ed0be0e Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sat, 19 Jun 2021 19:38:25 -0700 Subject: [PATCH] fix(layouts): re-enable thumb cluster on nicenano->iris_r2 --- boards/keebio/iris/kb.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/keebio/iris/kb.py b/boards/keebio/iris/kb.py index 49eb7e5..0ede7e7 100644 --- a/boards/keebio/iris/kb.py +++ b/boards/keebio/iris/kb.py @@ -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))