logo

qmk_firmware

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

keyboard.json (3454B)


  1. {
  2. "manufacturer": "DOIO",
  3. "keyboard_name": "KB04-01",
  4. "maintainer": "filmstarr",
  5. "bootloader": "stm32duino",
  6. "build": {
  7. "lto": true
  8. },
  9. "diode_direction": "COL2ROW",
  10. "encoder": {
  11. "rotary": [
  12. {"pin_a": "B5", "pin_b": "B6"}
  13. ]
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": false,
  21. "rgb_matrix": true
  22. },
  23. "matrix_pins": {
  24. "cols": ["B14", "B13", "B12", "B0", "A7"],
  25. "rows": ["B3"]
  26. },
  27. "processor": "STM32F103",
  28. "rgb_matrix": {
  29. "animations": {
  30. "alphas_mods": true,
  31. "gradient_up_down": true,
  32. "gradient_left_right": true,
  33. "breathing": true,
  34. "band_sat": true,
  35. "band_val": true,
  36. "band_pinwheel_sat": true,
  37. "band_pinwheel_val": true,
  38. "band_spiral_sat": true,
  39. "band_spiral_val": true,
  40. "cycle_all": true,
  41. "cycle_left_right": true,
  42. "cycle_up_down": true,
  43. "cycle_out_in": true,
  44. "cycle_out_in_dual": true,
  45. "rainbow_moving_chevron": true,
  46. "cycle_pinwheel": true,
  47. "cycle_spiral": true,
  48. "dual_beacon": true,
  49. "rainbow_beacon": true,
  50. "rainbow_pinwheels": true,
  51. "raindrops": true,
  52. "jellybean_raindrops": true,
  53. "hue_breathing": true,
  54. "hue_pendulum": true,
  55. "hue_wave": true,
  56. "pixel_fractal": true,
  57. "pixel_flow": true,
  58. "pixel_rain": true,
  59. "typing_heatmap": true,
  60. "digital_rain": true,
  61. "solid_reactive_simple": true,
  62. "solid_reactive": true,
  63. "solid_reactive_wide": true,
  64. "solid_reactive_multiwide": true,
  65. "solid_reactive_cross": true,
  66. "solid_reactive_multicross": true,
  67. "solid_reactive_nexus": true,
  68. "solid_reactive_multinexus": true,
  69. "splash": true,
  70. "multisplash": true,
  71. "solid_splash": true,
  72. "solid_multisplash": true
  73. },
  74. "driver": "ws2812",
  75. "layout": [
  76. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
  77. {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1},
  78. {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1},
  79. {"matrix": [0, 3], "x": 224, "y": 0, "flags": 1},
  80. {"x": 112, "y": 64, "flags": 1},
  81. {"x": 112, "y": 64, "flags": 1},
  82. {"x": 112, "y": 64, "flags": 1},
  83. {"x": 112, "y": 64, "flags": 1}
  84. ],
  85. "max_brightness": 200,
  86. "sleep": true
  87. },
  88. "url": "https://www.keebmonkey.com/products/megalodon-macro-pad-with-a-knob",
  89. "usb": {
  90. "device_version": "0.0.1",
  91. "pid": "0x0401",
  92. "vid": "0xD010"
  93. },
  94. "ws2812": {
  95. "pin": "A10"
  96. },
  97. "layouts": {
  98. "LAYOUT": {
  99. "layout": [
  100. {"label": "1!", "matrix": [0, 0], "x": 0, "y": 0},
  101. {"label": "2@", "matrix": [0, 1], "x": 1, "y": 0},
  102. {"label": "3#", "matrix": [0, 2], "x": 2, "y": 0},
  103. {"label": "4$", "matrix": [0, 3], "x": 3, "y": 0},
  104. {"label": "Encoder", "matrix": [0, 4], "x": 1.5, "y": 1}
  105. ]
  106. }
  107. }
  108. }