qmk-firmwares/keyboards/hhkb/ansi/keymaps/cinaeco/config.h
2021-01-20 00:38:12 +11:00

18 lines
415 B
C

#ifndef CONFIG_CINAECO_H
#define CONFIG_CINAECO_H
#include "../../config.h"
#undef MANUFACTURER
#undef PRODUCT
#define MANUFACTURER QMK
#define PRODUCT HHKB QMK cinaeco
// Increase "Tap" detection window. Avoid missing 'q' or 'z' when typing slowly.
#undef TAPPING_TERM
#define TAPPING_TERM 230
// Uncomment to enable NKRO by default. May cause issues with KVM switches.
//#define FORCE_NKRO
#endif