From 6119e32b847f01374024a50c7624be4e296db374 Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Wed, 19 Mar 2025 19:14:59 -0500 Subject: [PATCH] Add CircuitPython_KeyManager library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/keymanager | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/keymanager diff --git a/.gitmodules b/.gitmodules index 5aada59..ed7b31b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -463,3 +463,6 @@ [submodule "libraries/helpers/iperf"] path = libraries/helpers/iperf url = https://github.com/bablokb/circuitpython-iperf.git +[submodule "libraries/helpers/keymanager"] + path = libraries/helpers/keymanager + url = https://github.com/relic-se/CircuitPython_KeyManager.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 14aab1d..2f7d887 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -115,6 +115,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython Display_HT16K33](https://github.com/jposada202020/CircuitPython_DISPLAY_HT16K33.git) On display simulation for the HT16K33 driver. Works with 8x8 and 16x8 matrices, as well as 4x7 and 4x14 segments ([PyPi](https://pypi.org/project/circuitpython-display-ht16k33/)) \([Docs](https://circuitpython-display-ht16k33.readthedocs.io/en/latest/)) * [CircuitPython I2C Button](https://github.com/gmparis/CircuitPython_I2C_Button) CircuitPython I2C Button à la Sparkfun Qwiic Button/Switch/Arcade ([PyPI](https://pypi.org/project/circuitpython-i2c-button/)) \([Docs](https://circuitpython-i2c-button.readthedocs.io/en/latest/)) * [CircuitPython iperf](https://github.com/bablokb/circuitpython-iperf) CircuitPython port of the iperf3-utility +* [CircuitPython KeyManager](https://github.com/relic-se/CircuitPython_KeyManager) Helper library to manage notes in musical applications. Includes note priority, arpeggiation, and sequencing. \([Docs](https://circuitpython-keymanager.readthedocs.io/en/latest/)) * [CircuitPython LeapYear](https://github.com/CedarGroveStudios/CircuitPython_LeapYear.git) Confirms whether a specified year is a leap year \([Docs](https://github.com/CedarGroveStudios/CircuitPython_LeapYear/blob/main/media/pseudo_rtd_cedargrove_leapyear.pdf)) * [CircuitPython Mag Cal](https://github.com/furbrain/CircuitPython_mag_cal.git) Calibrate magnetic sensors \([Docs](https://circuitpython-mag-cal.readthedocs.io/en/latest/)) * [CircuitPython MicroOSC](https://github.com/todbot/CircuitPython_MicroOSC.git) ([PyPi](https://pypi.org/project/circuitpython-microosc)) \([Docs](https://circuitpython-microosc.readthedocs.io/en/latest/)) Minimal OSC parser and server for CircuitPython and CPython diff --git a/libraries/helpers/keymanager b/libraries/helpers/keymanager new file mode 160000 index 0000000..3e3607b --- /dev/null +++ b/libraries/helpers/keymanager @@ -0,0 +1 @@ +Subproject commit 3e3607b921e626e4760ea7f75146f56e0bb8ff14