]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/helix/rev2/keymaps/edvorakjp/keymap_xrows.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / helix / rev2 / keymaps / edvorakjp / keymap_xrows.h
1 #ifndef KEYMAP_XROWS_H
2 #define KEYMAP_XROWS_H
3
4 #include "edvorakjp.h"
5 /*
6  * enum custom_keycodes {
7  *   KC_LOCK = NEW_SAFE_RANGE,
8  * };
9  */
10
11 #define KC_ KC_TRNS
12
13 #define KC_TMB1 KC_LA(TAB)
14 #define KC_TMB2 KC_LS(SPC)
15 #define KC_TMB3 TD(TD_LOWER) // act as LOWER when hold, as KC_LANG2(=English) when tapped
16 #define KC_TMB4 TD(TD_RAISE) // act as RAISE when hold, as KC_LANG1(=Japanese) when tapped
17 #define KC_TMB5 KC_RC(BSPC)
18 #define KC_TMB6 KC_RG(ENT)
19 #define KC_TMB7 KC_RC(DEL)
20
21 #endif