config.h 426 B

1234567891011121314151617181920212223
  1. #ifndef USERSPACE_CONFIG_H
  2. #define USERSPACE_CONFIG_H
  3. #undef PERMISSIVE_HOLD
  4. #define STRICT_LAYER_RELEASE
  5. #define FORCE_NKRO
  6. #ifndef TAPPING_TOGGLE
  7. #define TAPPING_TOGGLE 1
  8. #endif
  9. #ifdef TAPPING_TERM
  10. #undef TAPPING_TERM
  11. #endif
  12. #define TAPPING_TERM 95
  13. // Disable action_get_macro and fn_actions, since we don't use these
  14. // and it saves on space in the firmware.
  15. #define NO_ACTION_MACRO
  16. #define NO_ACTION_FUNCTION
  17. #endif