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.

47 lines
1.2 KiB

  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. #ifndef KEYMAP_PLOVER_H
  17. #define KEYMAP_PLOVER_H
  18. #include "keymap.h"
  19. #define PV_NUM KC_1
  20. #define PV_LS KC_Q
  21. #define PV_LT KC_W
  22. #define PV_LP KC_E
  23. #define PV_LH KC_R
  24. #define PV_LK KC_S
  25. #define PV_LW KC_D
  26. #define PV_LR KC_F
  27. #define PV_STAR KC_Y
  28. #define PV_RF KC_U
  29. #define PV_RP KC_I
  30. #define PV_RL KC_O
  31. #define PV_RT KC_P
  32. #define PV_RD KC_LBRC
  33. #define PV_RR KC_J
  34. #define PV_RB KC_K
  35. #define PV_RG KC_L
  36. #define PV_RS KC_SCLN
  37. #define PV_RZ KC_QUOT
  38. #define PV_A KC_C
  39. #define PV_O KC_V
  40. #define PV_E KC_N
  41. #define PV_U KC_M
  42. #endif