diff options
Diffstat (limited to 'keyboards/hhkb/ansi/keymaps/cinaeco/config.h')
-rw-r--r-- | keyboards/hhkb/ansi/keymaps/cinaeco/config.h | 10 |
1 files changed, 10 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 0000000000..ed660722c2 --- /dev/null +++ b/keyboards/hhkb/ansi/keymaps/cinaeco/config.h @@ -0,0 +1,10 @@ +#pragma once + +#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 |