nfm_base_keyprofiles.h 465 B

123456789
  1. #ifndef NFM_BASE_KEYSWITCH_PROFILES_H
  2. #define NFM_BASE_KEYSWITCH_PROFILES_H
  3. // -------------------------------------------------------------------------
  4. // Allowed key-switch profiles
  5. extern const sNFMControlSwitchProfile_t nf_profile_NFM;
  6. extern const sNFMControlSwitchProfile_t nf_profile_SWB_16;
  7. extern const sNFMControlSwitchProfile_t nf_profile_SWB_8;
  8. // -------------------------------------------------------------------------
  9. #endif