logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keymap_plover.h (2370B)


  1. // Copyright 2025 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. #define QMK_PLOVER_KEYCODES_VERSION "0.0.1"
  28. #define QMK_PLOVER_KEYCODES_VERSION_BCD 0x00000001
  29. #define QMK_PLOVER_KEYCODES_VERSION_MAJOR 0
  30. #define QMK_PLOVER_KEYCODES_VERSION_MINOR 0
  31. #define QMK_PLOVER_KEYCODES_VERSION_PATCH 1
  32. // Aliases
  33. #define PV_NUM KC_1
  34. #define PV_LS KC_Q
  35. #define PV_LT KC_W
  36. #define PV_LP KC_E
  37. #define PV_LH KC_R
  38. #define PV_STAR KC_Y
  39. #define PV_RF KC_U
  40. #define PV_RP KC_I
  41. #define PV_RL KC_O
  42. #define PV_RT KC_P
  43. #define PV_RD KC_LBRC
  44. #define PV_LK KC_S
  45. #define PV_LW KC_D
  46. #define PV_LR KC_F
  47. #define PV_RR KC_J
  48. #define PV_RB KC_K
  49. #define PV_RG KC_L
  50. #define PV_RS KC_SCLN
  51. #define PV_RZ KC_QUOT
  52. #define PV_A KC_C
  53. #define PV_O KC_V
  54. #define PV_E KC_N
  55. #define PV_U KC_M