logo

qmk_firmware

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

keyboard.json (2910B)


  1. {
  2. "keyboard_name": "super16v2",
  3. "manufacturer": "1upkeyboards",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x6F75",
  7. "pid": "0x5517",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "B5"
  12. },
  13. "rgb_matrix": {
  14. "animmations": {
  15. "alphas_mods": true,
  16. "gradient_up_down": true,
  17. "gradient_left_right": true,
  18. "breathing": true,
  19. "band_sat": true,
  20. "band_val": true,
  21. "band_pinwheel_sat": true,
  22. "band_pinwheel_val": true,
  23. "band_spiral_sat": true,
  24. "band_spiral_val": true,
  25. "cycle_all": true,
  26. "cycle_left_right": true,
  27. "cycle_up_down": true,
  28. "rainbow_moving_chevron": true,
  29. "cycle_out_in": true,
  30. "cycle_out_in_dual": true,
  31. "cycle_pinwheel": true,
  32. "cycle_spiral": true,
  33. "dual_beacon": true,
  34. "rainbow_beacon": true,
  35. "rainbow_pinwheels": true,
  36. "raindrops": true,
  37. "jellybean_raindrops": true,
  38. "hue_breathing": true,
  39. "hue_pendulum": true,
  40. "hue_wave": true,
  41. "pixel_rain": true,
  42. "pixel_flow": true,
  43. "pixel_fractal": true,
  44. "solid_reactive_simple": true,
  45. "solid_reactive": true,
  46. "splash": true
  47. },
  48. "driver": "ws2812",
  49. "sleep": true
  50. },
  51. "features": {
  52. "bootmagic": true,
  53. "encoder": true,
  54. "extrakey": true,
  55. "mousekey": true,
  56. "nkro": false,
  57. "rgb_matrix": true
  58. },
  59. "qmk": {
  60. "locking": {
  61. "enabled": true,
  62. "resync": true
  63. }
  64. },
  65. "matrix_pins": {
  66. "cols": ["D5", "D6", "C2", "D0"],
  67. "rows": ["D1", "D2", "D3", "D4"]
  68. },
  69. "diode_direction": "COL2ROW",
  70. "encoder": {
  71. "rotary": [
  72. {"pin_a": "B1", "pin_b": "B2"},
  73. {"pin_a": "B3", "pin_b": "B4"}
  74. ]
  75. },
  76. "processor": "atmega32u2",
  77. "bootloader": "atmel-dfu",
  78. "layouts": {
  79. "LAYOUT_ortho_4x4": {
  80. "layout": [
  81. {"matrix": [0, 0], "x": 0, "y": 0},
  82. {"matrix": [0, 1], "x": 1, "y": 0},
  83. {"matrix": [0, 2], "x": 2, "y": 0},
  84. {"matrix": [0, 3], "x": 3, "y": 0},
  85. {"matrix": [1, 0], "x": 0, "y": 1},
  86. {"matrix": [1, 1], "x": 1, "y": 1},
  87. {"matrix": [1, 2], "x": 2, "y": 1},
  88. {"matrix": [1, 3], "x": 3, "y": 1},
  89. {"matrix": [2, 0], "x": 0, "y": 2},
  90. {"matrix": [2, 1], "x": 1, "y": 2},
  91. {"matrix": [2, 2], "x": 2, "y": 2},
  92. {"matrix": [2, 3], "x": 3, "y": 2},
  93. {"matrix": [3, 0], "x": 0, "y": 3},
  94. {"matrix": [3, 1], "x": 1, "y": 3},
  95. {"matrix": [3, 2], "x": 2, "y": 3},
  96. {"matrix": [3, 3], "x": 3, "y": 3}
  97. ]
  98. }
  99. }
  100. }