nfm_base_keyprofiles.h 530 B

12345678910
  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. extern const sNFMControlSwitchProfile_t nf_profile_PAK_LEMZ;
  9. // -------------------------------------------------------------------------
  10. #endif