This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
qmk_firmware/keyboards/hhkb/ansi/keymaps/cinaeco/config.h

19 lines
415 B
C
Raw Normal View History

2017-04-29 12:05:31 +00:00
#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