config.h 499 B

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