upload
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

keymap_plover.h 579B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef KEYMAP_PLOVER_H
  2. #define KEYMAP_PLOVER_H
  3. #include "keymap_common.h"
  4. #define PV_NUM KC_1
  5. #define PV_LS KC_Q
  6. #define PV_LT KC_W
  7. #define PV_LP KC_E
  8. #define PV_LH KC_R
  9. #define PV_LK KC_S
  10. #define PV_LW KC_D
  11. #define PV_LR KC_F
  12. #define PV_STAR KC_Y
  13. #define PV_RF KC_U
  14. #define PV_RP KC_I
  15. #define PV_RL KC_O
  16. #define PV_RT KC_P
  17. #define PV_RD KC_LBRC
  18. #define PV_RR KC_J
  19. #define PV_RB KC_K
  20. #define PV_RG KC_L
  21. #define PV_RS KC_SCLN
  22. #define PV_RZ KC_QUOT
  23. #define PV_A KC_C
  24. #define PV_O KC_V
  25. #define PV_E KC_N
  26. #define PV_U KC_M
  27. #endif