- #ifndef NFM_BASE_KEYSWITCH_PROFILES_H
- #define NFM_BASE_KEYSWITCH_PROFILES_H
- // -------------------------------------------------------------------------
- // Allowed key-switch profiles
- extern const sNFMControlSwitchProfile_t nf_profile_NFM;
- extern const sNFMControlSwitchProfile_t nf_profile_SWB_16;
- extern const sNFMControlSwitchProfile_t nf_profile_SWB_8;
- // -------------------------------------------------------------------------
- #endif
|