diff options
author | epaew <epaew@users.noreply.github.com> | 2018-12-04 01:00:00 +0900 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-03 08:00:00 -0800 |
commit | fe982caf5d69fdb2d6f1dec123a630df11a98282 (patch) | |
tree | 61e35e983a228ff60fc619570b04553ba0dbe289 /keyboards/crkbd/keymaps/edvorakjp/config.h | |
parent | 5d47231f2a9353645aab07e14c1de21f00b7fc2f (diff) |
Add edvorakjp kepmap for crkbd (#4537)
* edvorakjp layout for crkbd
* bugfix of edvorakjp
QMK cannot send keycode that doesn't exists on new layer.
Diffstat (limited to 'keyboards/crkbd/keymaps/edvorakjp/config.h')
-rw-r--r-- | keyboards/crkbd/keymaps/edvorakjp/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/edvorakjp/config.h b/keyboards/crkbd/keymaps/edvorakjp/config.h new file mode 100644 index 0000000000..515591a429 --- /dev/null +++ b/keyboards/crkbd/keymaps/edvorakjp/config.h @@ -0,0 +1,24 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +#define SSD1306OLED +#define SWAP_SCLN + +// #define TAPPING_FORCE_HOLD +#define TAPPING_TERM 120 + +#undef RGBLED_NUM +#define RGBLIGHT_EFFECT_STATIC_GRADIENT +#define RGBLED_NUM 27 +#define RGBLIGHT_LIMIT_VAL 100 +#define RGBLIGHT_HUE_STEP 10 +#define RGBLIGHT_SAT_STEP 17 +#define RGBLIGHT_VAL_STEP 17 + +#endif // CONFIG_USER_H |