keyboard.json 3.4 KB

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