Constant MAX_EXTRA_PROFILES
pub const MAX_EXTRA_PROFILES: usize = 7; // 7usizeExpand description
Maximum number of extra tap-hold profiles beyond the default (profile 0).
Profile indices on keys are 0 (Config::default_profile)
then 1.. into Config::profiles.
Total usable profiles = 1 + MAX_EXTRA_PROFILES.