logo

qmk_firmware

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

keyboard.json (4598B)


  1. {
  2. "keyboard_name": "S20 revA",
  3. "manufacturer": "polycarbdiet",
  4. "maintainer": "polycarbdiet",
  5. "usb": {
  6. "vid": "0x5040",
  7. "pid": "0x7320",
  8. "device_version": "0.0.1",
  9. "force_nkro": true
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["C6", "C7", "D4", "D6"],
  27. "rows": ["B7", "E6", "D0", "D1", "D5"]
  28. },
  29. "diode_direction": "ROW2COL",
  30. "backlight": {
  31. "pin": "B6",
  32. "breathing": true
  33. },
  34. "rgblight": {
  35. "saturation_steps": 8,
  36. "brightness_steps": 8,
  37. "led_count": 4,
  38. "sleep": true,
  39. "animations": {
  40. "breathing": true,
  41. "rainbow_mood": true,
  42. "rainbow_swirl": true,
  43. "snake": true,
  44. "knight": true,
  45. "christmas": true,
  46. "static_gradient": true,
  47. "rgb_test": true,
  48. "alternating": true,
  49. "twinkle": true
  50. }
  51. },
  52. "ws2812": {
  53. "pin": "B3"
  54. },
  55. "processor": "atmega32u4",
  56. "bootloader": "atmel-dfu",
  57. "community_layouts": ["ortho_5x4", "numpad_5x4"],
  58. "layouts": {
  59. "LAYOUT_ortho_5x4": {
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0},
  62. {"matrix": [0, 1], "x": 1, "y": 0},
  63. {"matrix": [0, 2], "x": 2, "y": 0},
  64. {"matrix": [0, 3], "x": 3, "y": 0},
  65. {"matrix": [1, 0], "x": 0, "y": 1},
  66. {"matrix": [1, 1], "x": 1, "y": 1},
  67. {"matrix": [1, 2], "x": 2, "y": 1},
  68. {"matrix": [1, 3], "x": 3, "y": 1},
  69. {"matrix": [2, 0], "x": 0, "y": 2},
  70. {"matrix": [2, 1], "x": 1, "y": 2},
  71. {"matrix": [2, 2], "x": 2, "y": 2},
  72. {"matrix": [2, 3], "x": 3, "y": 2},
  73. {"matrix": [3, 0], "x": 0, "y": 3},
  74. {"matrix": [3, 1], "x": 1, "y": 3},
  75. {"matrix": [3, 2], "x": 2, "y": 3},
  76. {"matrix": [3, 3], "x": 3, "y": 3},
  77. {"matrix": [4, 0], "x": 0, "y": 4},
  78. {"matrix": [4, 1], "x": 1, "y": 4},
  79. {"matrix": [4, 2], "x": 2, "y": 4},
  80. {"matrix": [4, 3], "x": 3, "y": 4}
  81. ]
  82. },
  83. "LAYOUT_numpad_5x4": {
  84. "layout": [
  85. {"matrix": [0, 0], "x": 0, "y": 0},
  86. {"matrix": [0, 1], "x": 1, "y": 0},
  87. {"matrix": [0, 2], "x": 2, "y": 0},
  88. {"matrix": [0, 3], "x": 3, "y": 0},
  89. {"matrix": [1, 0], "x": 0, "y": 1},
  90. {"matrix": [1, 1], "x": 1, "y": 1},
  91. {"matrix": [1, 2], "x": 2, "y": 1},
  92. {"matrix": [2, 0], "x": 0, "y": 2},
  93. {"matrix": [2, 1], "x": 1, "y": 2},
  94. {"matrix": [2, 2], "x": 2, "y": 2},
  95. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  96. {"matrix": [3, 0], "x": 0, "y": 3},
  97. {"matrix": [3, 1], "x": 1, "y": 3},
  98. {"matrix": [3, 2], "x": 2, "y": 3},
  99. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  100. {"matrix": [4, 2], "x": 2, "y": 4},
  101. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  102. ]
  103. },
  104. "LAYOUT_enter": {
  105. "layout": [
  106. {"matrix": [0, 0], "x": 0, "y": 0},
  107. {"matrix": [0, 1], "x": 1, "y": 0},
  108. {"matrix": [0, 2], "x": 2, "y": 0},
  109. {"matrix": [0, 3], "x": 3, "y": 0},
  110. {"matrix": [1, 0], "x": 0, "y": 1},
  111. {"matrix": [1, 1], "x": 1, "y": 1},
  112. {"matrix": [1, 2], "x": 2, "y": 1},
  113. {"matrix": [1, 3], "x": 3, "y": 1},
  114. {"matrix": [2, 0], "x": 0, "y": 2},
  115. {"matrix": [2, 1], "x": 1, "y": 2},
  116. {"matrix": [2, 2], "x": 2, "y": 2},
  117. {"matrix": [2, 3], "x": 3, "y": 2},
  118. {"matrix": [3, 0], "x": 0, "y": 3},
  119. {"matrix": [3, 1], "x": 1, "y": 3},
  120. {"matrix": [3, 2], "x": 2, "y": 3},
  121. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2},
  122. {"matrix": [4, 0], "x": 0, "y": 4},
  123. {"matrix": [4, 1], "x": 1, "y": 4},
  124. {"matrix": [4, 2], "x": 2, "y": 4}
  125. ]
  126. }
  127. }
  128. }