diff options
Diffstat (limited to 'keyboards/hhkb/ansi/keymaps/cinaeco/config.h')
| -rw-r--r-- | keyboards/hhkb/ansi/keymaps/cinaeco/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/hhkb/ansi/keymaps/cinaeco/config.h b/keyboards/hhkb/ansi/keymaps/cinaeco/config.h new file mode 100644 index 000000000..c7b4c784c --- /dev/null +++ b/keyboards/hhkb/ansi/keymaps/cinaeco/config.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #ifndef CONFIG_CINAECO_H | ||
| 2 | #define CONFIG_CINAECO_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | |||
| 6 | #undef MANUFACTURER | ||
| 7 | #undef PRODUCT | ||
| 8 | #undef DESCRIPTION | ||
| 9 | #define MANUFACTURER QMK | ||
| 10 | #define PRODUCT HHKB QMK cinaeco | ||
| 11 | #define DESCRIPTION HHKB on QMK Firmware with cinaeco keymap | ||
| 12 | |||
| 13 | // Increase "Tap" detection window. Avoid missing 'q' or 'z' when typing slowly. | ||
| 14 | #undef TAPPING_TERM | ||
| 15 | #define TAPPING_TERM 230 | ||
| 16 | |||
| 17 | // Uncomment to enable NKRO by default. May cause issues with KVM switches. | ||
| 18 | //#define FORCE_NKRO | ||
| 19 | |||
| 20 | #endif | ||
