logo

qmk_firmware

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

keyboard.json (3318B)


  1. {
  2. "keyboard_name": "PAD",
  3. "manufacturer": "AMJ",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x00D8",
  7. "pid": "0x6060",
  8. "device_version": "0.0.3"
  9. },
  10. "features": {
  11. "backlight": true,
  12. "bootmagic": false,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F1", "F0", "E6", "C7"],
  27. "rows": ["F7", "F6", "F5", "F4", "D5", "D0"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "backlight": {
  31. "pin": "B6",
  32. "levels": 4
  33. },
  34. "rgblight": {
  35. "hue_steps": 10,
  36. "led_count": 8,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "E2"
  52. },
  53. "indicators": {
  54. "num_lock": "D6",
  55. "on_state": 0
  56. },
  57. "processor": "atmega32u4",
  58. "bootloader": "atmel-dfu",
  59. "community_layouts": ["numpad_6x4", "ortho_6x4"],
  60. "layouts": {
  61. "LAYOUT_numpad_6x4": {
  62. "layout": [
  63. {"matrix": [0, 0], "x": 0, "y": 0},
  64. {"matrix": [0, 1], "x": 1, "y": 0},
  65. {"matrix": [0, 2], "x": 2, "y": 0},
  66. {"matrix": [0, 3], "x": 3, "y": 0},
  67. {"matrix": [1, 0], "x": 0, "y": 1},
  68. {"matrix": [1, 1], "x": 1, "y": 1},
  69. {"matrix": [1, 2], "x": 2, "y": 1},
  70. {"matrix": [1, 3], "x": 3, "y": 1},
  71. {"matrix": [2, 0], "x": 0, "y": 2},
  72. {"matrix": [2, 1], "x": 1, "y": 2},
  73. {"matrix": [2, 2], "x": 2, "y": 2},
  74. {"matrix": [3, 0], "x": 0, "y": 3},
  75. {"matrix": [3, 1], "x": 1, "y": 3},
  76. {"matrix": [3, 2], "x": 2, "y": 3},
  77. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  78. {"matrix": [4, 0], "x": 0, "y": 4},
  79. {"matrix": [4, 1], "x": 1, "y": 4},
  80. {"matrix": [4, 2], "x": 2, "y": 4},
  81. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  82. {"matrix": [5, 2], "x": 2, "y": 5},
  83. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2}
  84. ]
  85. },
  86. "LAYOUT_ortho_6x4": {
  87. "layout": [
  88. {"matrix": [0, 0], "x": 0, "y": 0},
  89. {"matrix": [0, 1], "x": 1, "y": 0},
  90. {"matrix": [0, 2], "x": 2, "y": 0},
  91. {"matrix": [0, 3], "x": 3, "y": 0},
  92. {"matrix": [1, 0], "x": 0, "y": 1},
  93. {"matrix": [1, 1], "x": 1, "y": 1},
  94. {"matrix": [1, 2], "x": 2, "y": 1},
  95. {"matrix": [1, 3], "x": 3, "y": 1},
  96. {"matrix": [2, 0], "x": 0, "y": 2},
  97. {"matrix": [2, 1], "x": 1, "y": 2},
  98. {"matrix": [2, 2], "x": 2, "y": 2},
  99. {"matrix": [2, 3], "x": 3, "y": 2},
  100. {"matrix": [3, 0], "x": 0, "y": 3},
  101. {"matrix": [3, 1], "x": 1, "y": 3},
  102. {"matrix": [3, 2], "x": 2, "y": 3},
  103. {"matrix": [3, 3], "x": 3, "y": 3},
  104. {"matrix": [4, 0], "x": 0, "y": 4},
  105. {"matrix": [4, 1], "x": 1, "y": 4},
  106. {"matrix": [4, 2], "x": 2, "y": 4},
  107. {"matrix": [4, 3], "x": 3, "y": 4},
  108. {"matrix": [5, 0], "x": 0, "y": 5},
  109. {"matrix": [5, 1], "x": 1, "y": 5},
  110. {"matrix": [5, 2], "x": 2, "y": 5},
  111. {"matrix": [5, 3], "x": 3, "y": 5}
  112. ]
  113. }
  114. }
  115. }