1// SPDX-License-Identifier: GPL-3.0-only
2//! Per-model command tables.
3//!
4//! In v1 only the Meet 2 is supported. Other models will live alongside
5//! [`meet2`] as the project grows, each with its own selector / encoding table.
67pub mod meet2;