keymap_plover.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* Copyright 2016 James Kay
  2. *
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License as published by
  5. * the Free Software Foundation, either version 2 of the License, or
  6. * (at your option) any later version.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. *
  13. * You should have received a copy of the GNU General Public License
  14. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #pragma once
  17. #include "keymap.h"
  18. #define PV_NUM KC_1
  19. #define PV_LS KC_Q
  20. #define PV_LT KC_W
  21. #define PV_LP KC_E
  22. #define PV_LH KC_R
  23. #define PV_LK KC_S
  24. #define PV_LW KC_D
  25. #define PV_LR KC_F
  26. #define PV_STAR KC_Y
  27. #define PV_RF KC_U
  28. #define PV_RP KC_I
  29. #define PV_RL KC_O
  30. #define PV_RT KC_P
  31. #define PV_RD KC_LBRC
  32. #define PV_RR KC_J
  33. #define PV_RB KC_K
  34. #define PV_RG KC_L
  35. #define PV_RS KC_SCLN
  36. #define PV_RZ KC_QUOT
  37. #define PV_A KC_C
  38. #define PV_O KC_V
  39. #define PV_E KC_N
  40. #define PV_U KC_M