config.h 415 B

123456789101112131415161718
  1. #ifndef CONFIG_CINAECO_H
  2. #define CONFIG_CINAECO_H
  3. #include "../../config.h"
  4. #undef MANUFACTURER
  5. #undef PRODUCT
  6. #define MANUFACTURER QMK
  7. #define PRODUCT HHKB QMK cinaeco
  8. // Increase "Tap" detection window. Avoid missing 'q' or 'z' when typing slowly.
  9. #undef TAPPING_TERM
  10. #define TAPPING_TERM 230
  11. // Uncomment to enable NKRO by default. May cause issues with KVM switches.
  12. //#define FORCE_NKRO
  13. #endif