keyboard.json 2.7 KB

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