Skip to content

Commit 04c6292

Browse files
Add NimlyPRO24 model variant for Nimly Touch Pro (#4244)
1 parent fdc419a commit 04c6292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zhaquirks/nimly/lock.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ def last_action_user_converter(value: int) -> int:
148148

149149

150150
(
151-
QuirkBuilder(NIMLY, "NimlyPRO")
151+
QuirkBuilder(NIMLY, "NimlyPRO24")
152+
.applies_to(NIMLY, "NimlyPRO")
152153
.applies_to(NIMLY, "NimlyCode")
153154
.applies_to(NIMLY, "NimlyTouch")
154155
.applies_to(NIMLY, "NimlyIn")

0 commit comments

Comments
 (0)