From 648aa34da6e786375faf9149a031bcc96e2444fd Mon Sep 17 00:00:00 2001 From: adabot Date: Fri, 17 Jan 2025 05:14:54 +0000 Subject: [PATCH] Automated update by Adabot (adafruit/adabot@d4b5090) Updating https://github.com/Neradoc/CircuitPython_Multi_Ke to 2.0.1 from 1.0.1: > use self.original_event.key_number for the has instead of the offset key number (makes the hash identical to previous versions) provide implementations for get_into and overflowed add or rework some doc strings > use key_count to make offsets for the key numbers, this is a breaking change (use original_event.key_number to get the original) add key_count to MultiKeypad > fix sphinx deprecation > fix order --- libraries/helpers/multi_keypad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/helpers/multi_keypad b/libraries/helpers/multi_keypad index ef94d4c..006c6dd 160000 --- a/libraries/helpers/multi_keypad +++ b/libraries/helpers/multi_keypad @@ -1 +1 @@ -Subproject commit ef94d4c9637a816ce47dd224eed69e5227e36fd8 +Subproject commit 006c6ddd1c4b09de54f1941c1182c5d3632e6ec1