You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
499 B

  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