logo

qmk_firmware

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

keyboard.json (2025B)


  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. "force_nkro": true
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 3
  14. },
  15. "ws2812": {
  16. "pin": "D2"
  17. },
  18. "features": {
  19. "bootmagic": true,
  20. "encoder": true,
  21. "extrakey": true,
  22. "mousekey": true,
  23. "nkro": false,
  24. "rgblight": true
  25. },
  26. "qmk": {
  27. "locking": {
  28. "enabled": true,
  29. "resync": true
  30. }
  31. },
  32. "matrix_pins": {
  33. "cols": ["B3", "B1", "F7", "F6"],
  34. "rows": ["B4", "E6", "D7", "C6", "D4"]
  35. },
  36. "diode_direction": "ROW2COL",
  37. "encoder": {
  38. "rotary": [
  39. {"pin_a": "F4", "pin_b": "F5"}
  40. ]
  41. },
  42. "processor": "atmega32u4",
  43. "bootloader": "caterina",
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [1, 3], "x": 3, "y": 0},
  48. {"matrix": [0, 0], "x": 0, "y": 1.5},
  49. {"matrix": [0, 1], "x": 1, "y": 1.5},
  50. {"matrix": [0, 2], "x": 2, "y": 1.5},
  51. {"matrix": [0, 3], "x": 3, "y": 1.5},
  52. {"matrix": [1, 0], "x": 0, "y": 2.5},
  53. {"matrix": [1, 1], "x": 1, "y": 2.5},
  54. {"matrix": [1, 2], "x": 2, "y": 2.5},
  55. {"matrix": [2, 0], "x": 0, "y": 3.5},
  56. {"matrix": [2, 1], "x": 1, "y": 3.5},
  57. {"matrix": [2, 2], "x": 2, "y": 3.5},
  58. {"matrix": [2, 3], "x": 3, "y": 2.5, "h": 2},
  59. {"matrix": [3, 0], "x": 0, "y": 4.5},
  60. {"matrix": [3, 1], "x": 1, "y": 4.5},
  61. {"matrix": [3, 2], "x": 2, "y": 4.5},
  62. {"matrix": [4, 0], "x": 0, "y": 5.5, "w": 2},
  63. {"matrix": [4, 2], "x": 2, "y": 5.5},
  64. {"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2}
  65. ]
  66. }
  67. }
  68. }