logo

qmk_firmware

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

keyboard.json (4178B)


  1. {
  2. "keyboard_name": "Zeuspad",
  3. "manufacturer": "Koobaczech",
  4. "maintainer": "Koobaczech",
  5. "usb": {
  6. "vid": "0x6963",
  7. "pid": "0x6967",
  8. "device_version": "0.0.1"
  9. },
  10. "build": {
  11. "lto": true
  12. },
  13. "features": {
  14. "bootmagic": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "oled": true,
  20. "rgblight": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["B0", "F0", "F5", "F6"],
  30. "rows": ["D2", "D3", "D5", "F7", "F4", "F1"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "D6", "pin_b": "D4", "resolution": 1}
  36. ]
  37. },
  38. "rgblight": {
  39. "saturation_steps": 8,
  40. "brightness_steps": 8,
  41. "led_count": 2,
  42. "sleep": true,
  43. "animations": {
  44. "breathing": true,
  45. "rainbow_mood": true,
  46. "rainbow_swirl": true,
  47. "snake": true,
  48. "knight": true,
  49. "christmas": true,
  50. "static_gradient": true,
  51. "alternating": true,
  52. "twinkle": true
  53. }
  54. },
  55. "ws2812": {
  56. "pin": "B7"
  57. },
  58. "processor": "atmega32u4",
  59. "bootloader": "atmel-dfu",
  60. "debounce": 0,
  61. "community_layouts": ["numpad_6x4"],
  62. "layout_aliases": {
  63. "LAYOUT_all": "LAYOUT_ortho_6x4"
  64. },
  65. "layouts": {
  66. "LAYOUT_ortho_6x4": {
  67. "layout": [
  68. {"matrix": [0, 0], "x": 0, "y": 0},
  69. {"matrix": [0, 1], "x": 1, "y": 0},
  70. {"matrix": [0, 2], "x": 2, "y": 0},
  71. {"matrix": [0, 3], "x": 3, "y": 0},
  72. {"matrix": [1, 0], "x": 0, "y": 1.25},
  73. {"matrix": [1, 1], "x": 1, "y": 1.25},
  74. {"matrix": [1, 2], "x": 2, "y": 1.25},
  75. {"matrix": [1, 3], "x": 3, "y": 1.25},
  76. {"matrix": [2, 0], "x": 0, "y": 2.25},
  77. {"matrix": [2, 1], "x": 1, "y": 2.25},
  78. {"matrix": [2, 2], "x": 2, "y": 2.25},
  79. {"matrix": [2, 3], "x": 3, "y": 2.25},
  80. {"matrix": [3, 0], "x": 0, "y": 3.25},
  81. {"matrix": [3, 1], "x": 1, "y": 3.25},
  82. {"matrix": [3, 2], "x": 2, "y": 3.25},
  83. {"matrix": [3, 3], "x": 3, "y": 3.25},
  84. {"matrix": [4, 0], "x": 0, "y": 4.25},
  85. {"matrix": [4, 1], "x": 1, "y": 4.25},
  86. {"matrix": [4, 2], "x": 2, "y": 4.25},
  87. {"matrix": [4, 3], "x": 3, "y": 4.25},
  88. {"matrix": [5, 0], "x": 0, "y": 5.25},
  89. {"matrix": [5, 1], "x": 1, "y": 5.25},
  90. {"matrix": [5, 2], "x": 2, "y": 5.25},
  91. {"matrix": [5, 3], "x": 3, "y": 5.25}
  92. ]
  93. },
  94. "LAYOUT_numpad_6x4": {
  95. "layout": [
  96. {"matrix": [0, 0], "x": 0, "y": 0},
  97. {"matrix": [0, 1], "x": 1, "y": 0},
  98. {"matrix": [0, 2], "x": 2, "y": 0},
  99. {"matrix": [0, 3], "x": 3, "y": 0},
  100. {"matrix": [1, 0], "x": 0, "y": 1.25},
  101. {"matrix": [1, 1], "x": 1, "y": 1.25},
  102. {"matrix": [1, 2], "x": 2, "y": 1.25},
  103. {"matrix": [1, 3], "x": 3, "y": 1.25},
  104. {"matrix": [2, 0], "x": 0, "y": 2.25},
  105. {"matrix": [2, 1], "x": 1, "y": 2.25},
  106. {"matrix": [2, 2], "x": 2, "y": 2.25},
  107. {"matrix": [3, 0], "x": 0, "y": 3.25},
  108. {"matrix": [3, 1], "x": 1, "y": 3.25},
  109. {"matrix": [3, 2], "x": 2, "y": 3.25},
  110. {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
  111. {"matrix": [4, 0], "x": 0, "y": 4.25},
  112. {"matrix": [4, 1], "x": 1, "y": 4.25},
  113. {"matrix": [4, 2], "x": 2, "y": 4.25},
  114. {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
  115. {"matrix": [5, 2], "x": 2, "y": 5.25},
  116. {"matrix": [5, 3], "x": 3, "y": 4.25, "h": 2}
  117. ]
  118. }
  119. }
  120. }