keyboard.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "keyboard_name": "pistachio_mp",
  3. "manufacturer": "rate",
  4. "maintainer": "rate",
  5. "usb": {
  6. "vid": "0x5255",
  7. "pid": "0xE212",
  8. "device_version": "0.0.1"
  9. },
  10. "host": {
  11. "default": {
  12. "nkro": true
  13. }
  14. },
  15. "rgblight": {
  16. "hue_steps": 10,
  17. "led_count": 3
  18. },
  19. "ws2812": {
  20. "pin": "D2"
  21. },
  22. "features": {
  23. "bootmagic": true,
  24. "encoder": true,
  25. "extrakey": true,
  26. "mousekey": true,
  27. "nkro": false,
  28. "rgblight": true
  29. },
  30. "qmk": {
  31. "locking": {
  32. "enabled": true,
  33. "resync": true
  34. }
  35. },
  36. "matrix_pins": {
  37. "cols": ["B3", "B1", "F7", "F6"],
  38. "rows": ["B4", "E6", "D7", "C6", "D4"]
  39. },
  40. "diode_direction": "ROW2COL",
  41. "encoder": {
  42. "rotary": [
  43. {"pin_a": "F4", "pin_b": "F5"}
  44. ]
  45. },
  46. "development_board": "promicro",
  47. "layouts": {
  48. "LAYOUT": {
  49. "layout": [
  50. {"matrix": [1, 3], "x": 3, "y": 0},
  51. {"matrix": [0, 0], "x": 0, "y": 1.5},
  52. {"matrix": [0, 1], "x": 1, "y": 1.5},
  53. {"matrix": [0, 2], "x": 2, "y": 1.5},
  54. {"matrix": [0, 3], "x": 3, "y": 1.5},
  55. {"matrix": [1, 0], "x": 0, "y": 2.5},
  56. {"matrix": [1, 1], "x": 1, "y": 2.5},
  57. {"matrix": [1, 2], "x": 2, "y": 2.5},
  58. {"matrix": [2, 0], "x": 0, "y": 3.5},
  59. {"matrix": [2, 1], "x": 1, "y": 3.5},
  60. {"matrix": [2, 2], "x": 2, "y": 3.5},
  61. {"matrix": [2, 3], "x": 3, "y": 2.5, "h": 2},
  62. {"matrix": [3, 0], "x": 0, "y": 4.5},
  63. {"matrix": [3, 1], "x": 1, "y": 4.5},
  64. {"matrix": [3, 2], "x": 2, "y": 4.5},
  65. {"matrix": [4, 0], "x": 0, "y": 5.5, "w": 2},
  66. {"matrix": [4, 2], "x": 2, "y": 5.5},
  67. {"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2}
  68. ]
  69. }
  70. }
  71. }