]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/hhkb/keymaps/cinaeco/config.h
Add cinaeco hhkb keymap
[qmk_firmware.git] / keyboards / hhkb / keymaps / cinaeco / config.h
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