2022-08-28 16:59:40 +00:00
|
|
|
#pragma once
|
2017-04-29 12:05:31 +00:00
|
|
|
|
|
|
|
#undef MANUFACTURER
|
|
|
|
#undef PRODUCT
|
2022-08-28 16:59:40 +00:00
|
|
|
#define MANUFACTURER "QMK"
|
|
|
|
#define PRODUCT "HHKB QMK cinaeco"
|
2017-04-29 12:05:31 +00:00
|
|
|
|
|
|
|
// Increase "Tap" detection window. Avoid missing 'q' or 'z' when typing slowly.
|
|
|
|
#undef TAPPING_TERM
|
|
|
|
#define TAPPING_TERM 230
|