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.

54 lines
2.1 KiB

  1. // Copyright 2024 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. /*******************************************************************************
  4. 88888888888 888 d8b .d888 d8b 888 d8b
  5. 888 888 Y8P d88P" Y8P 888 Y8P
  6. 888 888 888 888
  7. 888 88888b. 888 .d8888b 888888 888 888 .d88b. 888 .d8888b
  8. 888 888 "88b 888 88K 888 888 888 d8P Y8b 888 88K
  9. 888 888 888 888 "Y8888b. 888 888 888 88888888 888 "Y8888b.
  10. 888 888 888 888 X88 888 888 888 Y8b. 888 X88
  11. 888 888 888 888 88888P' 888 888 888 "Y8888 888 88888P'
  12. 888 888
  13. 888 888
  14. 888 888
  15. .d88b. .d88b. 88888b. .d88b. 888d888 8888b. 888888 .d88b. .d88888
  16. d88P"88b d8P Y8b 888 "88b d8P Y8b 888P" "88b 888 d8P Y8b d88" 888
  17. 888 888 88888888 888 888 88888888 888 .d888888 888 88888888 888 888
  18. Y88b 888 Y8b. 888 888 Y8b. 888 888 888 Y88b. Y8b. Y88b 888
  19. "Y88888 "Y8888 888 888 "Y8888 888 "Y888888 "Y888 "Y8888 "Y88888
  20. 888
  21. Y8b d88P
  22. "Y88P"
  23. *******************************************************************************/
  24. #pragma once
  25. #include "keycodes.h"
  26. // clang-format off
  27. // Aliases
  28. #define PV_NUM KC_1
  29. #define PV_LS KC_Q
  30. #define PV_LT KC_W
  31. #define PV_LP KC_E
  32. #define PV_LH KC_R
  33. #define PV_STAR KC_Y
  34. #define PV_RF KC_U
  35. #define PV_RP KC_I
  36. #define PV_RL KC_O
  37. #define PV_RT KC_P
  38. #define PV_RD KC_LBRC
  39. #define PV_LK KC_S
  40. #define PV_LW KC_D
  41. #define PV_LR KC_F
  42. #define PV_RR KC_J
  43. #define PV_RB KC_K
  44. #define PV_RG KC_L
  45. #define PV_RS KC_SCLN
  46. #define PV_RZ KC_QUOT
  47. #define PV_A KC_C
  48. #define PV_O KC_V
  49. #define PV_E KC_N
  50. #define PV_U KC_M