You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
487 B

  1. #ifndef KEYMAP_XROWS_H
  2. #define KEYMAP_XROWS_H
  3. #include "edvorakjp.h"
  4. /*
  5. * enum custom_keycodes {
  6. * KC_LOCK = NEW_SAFE_RANGE,
  7. * };
  8. */
  9. #define KC_ KC_TRNS
  10. #define KC_TMB1 KC_LA(TAB)
  11. #define KC_TMB2 KC_LS(SPC)
  12. #define KC_TMB3 TD(TD_LOWER) // act as LOWER when hold, as KC_LANG2(=English) when tapped
  13. #define KC_TMB4 TD(TD_RAISE) // act as RAISE when hold, as KC_LANG1(=Japanese) when tapped
  14. #define KC_TMB5 KC_RC(BSPC)
  15. #define KC_TMB6 KC_RG(ENT)
  16. #define KC_TMB7 KC_RC(DEL)
  17. #endif