logo

qmk_firmware

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

keyboard.json (2975B)


  1. {
  2. "manufacturer": "LLLKST",
  3. "keyboard_name": "PetruziaMini",
  4. "maintainer": "LLLKST",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "rgblight": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["D7", "C6", "D4", "D0", "D1", "F4", "F5", "F6", "F7", "B1"],
  16. "rows": ["B4", "E6", "B3", "B2"]
  17. },
  18. "ws2812": {
  19. "pin": "B6"
  20. },
  21. "rgblight": {
  22. "led_count": 28,
  23. "animations": {
  24. "breathing": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "snake": true,
  28. "knight": true,
  29. "christmas": true,
  30. "static_gradient": true,
  31. "rgb_test": true,
  32. "alternating": true,
  33. "twinkle": true
  34. }
  35. },
  36. "usb": {
  37. "device_version": "1.0.0",
  38. "pid": "0x0000",
  39. "vid": "0xFEED"
  40. },
  41. "layouts": {
  42. "LAYOUT": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0, "y": 0},
  45. {"matrix": [0, 1], "x": 1, "y": 0},
  46. {"matrix": [0, 2], "x": 2, "y": 0},
  47. {"matrix": [0, 3], "x": 3, "y": 0},
  48. {"matrix": [0, 4], "x": 4, "y": 0},
  49. {"matrix": [0, 5], "x": 5, "y": 0},
  50. {"matrix": [0, 6], "x": 6, "y": 0},
  51. {"matrix": [0, 7], "x": 7, "y": 0},
  52. {"matrix": [0, 8], "x": 8, "y": 0},
  53. {"matrix": [0, 9], "x": 9, "y": 0},
  54. {"matrix": [1, 0], "x": 0, "y": 1},
  55. {"matrix": [1, 1], "x": 1, "y": 1},
  56. {"matrix": [1, 2], "x": 2, "y": 1},
  57. {"matrix": [1, 3], "x": 3, "y": 1},
  58. {"matrix": [1, 4], "x": 4, "y": 1},
  59. {"matrix": [1, 5], "x": 5, "y": 1},
  60. {"matrix": [1, 6], "x": 6, "y": 1},
  61. {"matrix": [1, 7], "x": 7, "y": 1},
  62. {"matrix": [1, 8], "x": 8, "y": 1},
  63. {"matrix": [1, 9], "x": 9, "y": 1},
  64. {"matrix": [2, 0], "x": 0, "y": 2},
  65. {"matrix": [2, 1], "x": 1, "y": 2},
  66. {"matrix": [2, 2], "x": 2, "y": 2},
  67. {"matrix": [2, 3], "x": 3, "y": 2},
  68. {"matrix": [2, 4], "x": 4, "y": 2},
  69. {"matrix": [2, 5], "x": 5, "y": 2},
  70. {"matrix": [2, 6], "x": 6, "y": 2},
  71. {"matrix": [2, 7], "x": 7, "y": 2},
  72. {"matrix": [2, 8], "x": 8, "y": 2},
  73. {"matrix": [2, 9], "x": 9, "y": 2},
  74. {"matrix": [3, 0], "x": 0, "y": 3},
  75. {"matrix": [3, 1], "x": 1, "y": 3},
  76. {"matrix": [3, 3], "x": 3, "y": 3},
  77. {"matrix": [3, 6], "x": 6, "y": 3},
  78. {"matrix": [3, 8], "x": 8, "y": 3},
  79. {"matrix": [3, 9], "x": 9, "y": 3}
  80. ]
  81. }
  82. }
  83. }