logo

qmk_firmware

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

keyboard.json (2766B)


  1. {
  2. "keyboard_name": "We27",
  3. "manufacturer": "@wekey",
  4. "maintainer": "@wekey.dev",
  5. "usb": {
  6. "vid": "0x5559",
  7. "pid": "0x0001",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "encoder": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false,
  16. "rgb_matrix": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "rgb_matrix": {
  25. "animations": {
  26. "rainbow_moving_chevron": true
  27. },
  28. "default": {
  29. "hue": 108
  30. },
  31. "driver": "ws2812",
  32. "react_on_keyup": true
  33. },
  34. "matrix_pins": {
  35. "cols": ["F4", "F5", "C7", "D6", "D4"],
  36. "rows": ["F1", "D7", "B4", "B5", "B6", "F6"]
  37. },
  38. "diode_direction": "COL2ROW",
  39. "encoder": {
  40. "rotary": [
  41. {"pin_a": "D3", "pin_b": "D2", "resolution": 2}
  42. ]
  43. },
  44. "ws2812": {
  45. "pin": "C6"
  46. },
  47. "build": {
  48. "debounce_type": "sym_defer_pk"
  49. },
  50. "processor": "atmega32u4",
  51. "bootloader": "caterina",
  52. "community_layouts": ["numpad_6x5"],
  53. "layouts": {
  54. "LAYOUT_numpad_6x5": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 0, "y": 0},
  57. {"matrix": [0, 1], "x": 1, "y": 0},
  58. {"matrix": [0, 2], "x": 2, "y": 0},
  59. {"matrix": [0, 3], "x": 3, "y": 0},
  60. {"matrix": [0, 4], "x": 4, "y": 0},
  61. {"matrix": [1, 0], "x": 0, "y": 1.5},
  62. {"matrix": [1, 1], "x": 1, "y": 1.5},
  63. {"matrix": [1, 2], "x": 2, "y": 1.5},
  64. {"matrix": [1, 3], "x": 3, "y": 1.5},
  65. {"matrix": [1, 4], "x": 4, "y": 1.5},
  66. {"matrix": [2, 0], "x": 0, "y": 2.5},
  67. {"matrix": [2, 1], "x": 1, "y": 2.5},
  68. {"matrix": [2, 2], "x": 2, "y": 2.5},
  69. {"matrix": [2, 3], "x": 3, "y": 2.5},
  70. {"matrix": [3, 0], "x": 0, "y": 3.5},
  71. {"matrix": [3, 1], "x": 1, "y": 3.5},
  72. {"matrix": [3, 2], "x": 2, "y": 3.5},
  73. {"matrix": [3, 3], "x": 3, "y": 3.5},
  74. {"matrix": [2, 4], "x": 4, "y": 2.5, "h": 2},
  75. {"matrix": [4, 0], "x": 0, "y": 4.5},
  76. {"matrix": [4, 1], "x": 1, "y": 4.5},
  77. {"matrix": [4, 2], "x": 2, "y": 4.5},
  78. {"matrix": [4, 3], "x": 3, "y": 4.5},
  79. {"matrix": [5, 0], "x": 0, "y": 5.5},
  80. {"matrix": [5, 1], "x": 1, "y": 5.5, "w": 2},
  81. {"matrix": [5, 3], "x": 3, "y": 5.5},
  82. {"matrix": [4, 4], "x": 4, "y": 4.5, "h": 2}
  83. ]
  84. }
  85. }
  86. }