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 PD_NUM DV_1
  29. #define PD_LS DV_Q
  30. #define PD_LT DV_W
  31. #define PD_LP DV_E
  32. #define PD_LH DV_R
  33. #define PD_LK DV_S
  34. #define PD_LW DV_D
  35. #define PD_LR DV_F
  36. #define PD_STAR DV_Y
  37. #define PD_RF DV_U
  38. #define PD_RP DV_I
  39. #define PD_RL DV_O
  40. #define PD_RT DV_P
  41. #define PD_RD DV_LBRC
  42. #define PD_RR DV_J
  43. #define PD_RB DV_K
  44. #define PD_RG DV_L
  45. #define PD_RS DV_SCLN
  46. #define PD_RZ DV_QUOT
  47. #define PD_A DV_C
  48. #define PD_O DV_V
  49. #define PD_E DV_N
  50. #define PD_U DV_M