.coderabbit.yaml
.gitignore
.gitmodules
AGENTS.md
CHANGELOG.md
LICENSE
README.md
SUPPORT.md
beatboard_dev.py
cliff.toml
init.tmux
opencode.jsonc
pyproject.toml
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/general.md
.github/ISSUE_TEMPLATE/hardware_support.md
.github/workflows/ci.yml
.github/workflows/publish.yml
BeatBoard.egg-info/PKG-INFO
BeatBoard.egg-info/SOURCES.txt
BeatBoard.egg-info/dependency_links.txt
BeatBoard.egg-info/entry_points.txt
BeatBoard.egg-info/requires.txt
BeatBoard.egg-info/top_level.txt
docs/hardware.md
src/beatboard/__init__.py
src/beatboard/__main__.py
src/beatboard/args.py
src/beatboard/beatboard.py
src/beatboard/color_gen.py
src/beatboard/globs.py
src/beatboard/hardware.py
src/beatboard/playerctl.py
src/beatboard/utils.py
src/beatboard/G213Colors/G213Colors.py
tests/conftest.py
tests/test_args.py
tests/test_globs.py
tests/test_hardware.py
tests/test_imports.py