Skip to main content

MAX_EXTRA_PROFILES

Constant MAX_EXTRA_PROFILES 

pub const MAX_EXTRA_PROFILES: usize = 7; // 7usize
Expand 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.