logo

qmk_firmware

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

info.json (3586B)


  1. {
  2. "keyboard_name": "KB16-01",
  3. "manufacturer": "DOIO",
  4. "maintainer": "HorrorTroll",
  5. "usb": {
  6. "vid": "0xD010",
  7. "pid": "0x1601",
  8. "force_nkro": true
  9. },
  10. "diode_direction": "COL2ROW",
  11. "build": {
  12. "lto": true
  13. },
  14. "rgb_matrix": {
  15. "driver": "ws2812",
  16. "max_brightness": 200,
  17. "default": {
  18. "animation": "cycle_up_down"
  19. },
  20. "layout": [
  21. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
  22. {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1},
  23. {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1},
  24. {"matrix": [0, 3], "x": 224, "y": 0, "flags": 1},
  25. {"matrix": [1, 0], "x": 0, "y": 21, "flags": 1},
  26. {"matrix": [1, 1], "x": 75, "y": 21, "flags": 4},
  27. {"matrix": [1, 2], "x": 149, "y": 21, "flags": 4},
  28. {"matrix": [1, 3], "x": 224, "y": 21, "flags": 1},
  29. {"matrix": [2, 0], "x": 0, "y": 43, "flags": 1},
  30. {"matrix": [2, 1], "x": 75, "y": 43, "flags": 4},
  31. {"matrix": [2, 2], "x": 149, "y": 43, "flags": 4},
  32. {"matrix": [2, 3], "x": 224, "y": 43, "flags": 1},
  33. {"matrix": [3, 0], "x": 0, "y": 64, "flags": 1},
  34. {"matrix": [3, 1], "x": 75, "y": 64, "flags": 1},
  35. {"matrix": [3, 2], "x": 149, "y": 64, "flags": 1},
  36. {"matrix": [3, 3], "x": 224, "y": 64, "flags": 1}
  37. ],
  38. "animations": {
  39. "alphas_mods": true,
  40. "gradient_up_down": true,
  41. "breathing": true,
  42. "band_sat": true,
  43. "band_val": true,
  44. "band_pinwheel_sat": true,
  45. "band_pinwheel_val": true,
  46. "cycle_all": true,
  47. "cycle_up_down": true,
  48. "cycle_out_in": true,
  49. "cycle_pinwheel": true,
  50. "dual_beacon": true,
  51. "rainbow_pinwheels": true,
  52. "raindrops": true,
  53. "jellybean_raindrops": true,
  54. "hue_breathing": true,
  55. "hue_pendulum": true,
  56. "hue_wave": true,
  57. "pixel_fractal": true,
  58. "pixel_flow": true,
  59. "pixel_rain": true,
  60. "solid_reactive_simple": true,
  61. "solid_reactive": true,
  62. "solid_reactive_multiwide": true,
  63. "solid_reactive_multicross": true,
  64. "solid_reactive_multinexus": true,
  65. "multisplash": true,
  66. "solid_multisplash": true
  67. }
  68. },
  69. "layouts": {
  70. "LAYOUT": {
  71. "layout": [
  72. {"matrix": [0, 0], "x": 0, "y": 0},
  73. {"matrix": [0, 1], "x": 1, "y": 0},
  74. {"matrix": [0, 2], "x": 2, "y": 0},
  75. {"matrix": [0, 3], "x": 3, "y": 0},
  76. {"matrix": [0, 4], "x": 4.75, "y": 0},
  77. {"matrix": [1, 0], "x": 0, "y": 1},
  78. {"matrix": [1, 1], "x": 1, "y": 1},
  79. {"matrix": [1, 2], "x": 2, "y": 1},
  80. {"matrix": [1, 3], "x": 3, "y": 1},
  81. {"matrix": [1, 4], "x": 6, "y": 0},
  82. {"matrix": [2, 0], "x": 0, "y": 2},
  83. {"matrix": [2, 1], "x": 1, "y": 2},
  84. {"matrix": [2, 2], "x": 2, "y": 2},
  85. {"matrix": [2, 3], "x": 3, "y": 2},
  86. {"matrix": [2, 4], "x": 5.375, "y": 2.5},
  87. {"matrix": [3, 0], "x": 0, "y": 3},
  88. {"matrix": [3, 1], "x": 1, "y": 3},
  89. {"matrix": [3, 2], "x": 2, "y": 3},
  90. {"matrix": [3, 3], "x": 3, "y": 3}
  91. ]
  92. }
  93. }
  94. }