diff options
author | Weiyi Lou <cinaeco@gmail.com> | 2017-04-29 22:05:31 +1000 |
---|---|---|
committer | Weiyi Lou <cinaeco@gmail.com> | 2017-04-30 19:30:39 +1000 |
commit | 1201d4910fd7346ac27937e46071e09ec352f87f (patch) | |
tree | e568fcaa5433b1f3d27f703cb0ce53c0b572bf76 /keyboards/hhkb/keymaps/cinaeco/config.h | |
parent | 4ff40a551a310e9b29a5838f87a9db58c0e5767e (diff) |
Add cinaeco hhkb keymap
Diffstat (limited to 'keyboards/hhkb/keymaps/cinaeco/config.h')
-rw-r--r-- | keyboards/hhkb/keymaps/cinaeco/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/hhkb/keymaps/cinaeco/config.h b/keyboards/hhkb/keymaps/cinaeco/config.h new file mode 100644 index 0000000000..c7b4c784c0 --- /dev/null +++ b/keyboards/hhkb/keymaps/cinaeco/config.h @@ -0,0 +1,20 @@ +#ifndef CONFIG_CINAECO_H +#define CONFIG_CINAECO_H + +#include "../../config.h" + +#undef MANUFACTURER +#undef PRODUCT +#undef DESCRIPTION +#define MANUFACTURER QMK +#define PRODUCT HHKB QMK cinaeco +#define DESCRIPTION HHKB on QMK Firmware with cinaeco keymap + +// 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 |