diff options
author | epaew <epaew@users.noreply.github.com> | 2018-07-08 21:11:02 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-08 05:11:02 -0700 |
commit | 0b9b2a6376df286d3a5bc44a99274dc196524fc1 (patch) | |
tree | c8b6077d6e8a5573583ec200986c45a2762e8cb9 /keyboards/helix/rev2/keymaps/edvorakjp/config.h | |
parent | f28f5696005bdc51b9d1ff3a59c70bf47b8b897a (diff) |
Add edvorakjp keymap for the Helix (rev2) keyboard (#3340)
* add readme.md
* add extern declaration of edvorakjp_config to edvorakjp.h
* add oled.c
* add layout definitions
* add keymap.c
* add rules.mk
* fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL
Diffstat (limited to 'keyboards/helix/rev2/keymaps/edvorakjp/config.h')
-rw-r--r-- | keyboards/helix/rev2/keymaps/edvorakjp/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/edvorakjp/config.h b/keyboards/helix/rev2/keymaps/edvorakjp/config.h new file mode 100644 index 0000000000..bb569ca5df --- /dev/null +++ b/keyboards/helix/rev2/keymaps/edvorakjp/config.h @@ -0,0 +1,10 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +#undef TAPPING_FORCE_HOLD +#undef TAPPING_TERM +#define TAPPING_TERM 120 + +#endif /* CONFIG_USER_H */ |