You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
4.2 KiB

  1. {
  2. "manufacturer": "SKMT",
  3. "keyboard_name": "SKMT 15k",
  4. "maintainer": "satorusaka",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgb_matrix": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["GP2", "GP3", "GP4", "GP5", "GP6"],
  18. "rows": ["GP7", "GP8", "GP9"]
  19. },
  20. "processor": "RP2040",
  21. "url": "https://github.com/satorusaka/15k-macropad",
  22. "usb": {
  23. "device_version": "1.1.0",
  24. "pid": "0x3488",
  25. "vid": "0xFEFE",
  26. "force_nkro": true
  27. },
  28. "layouts": {
  29. "LAYOUT_default": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [0, 4], "x": 4, "y": 0},
  36. {"matrix": [1, 0], "x": 0, "y": 1},
  37. {"matrix": [1, 1], "x": 1, "y": 1},
  38. {"matrix": [1, 2], "x": 2, "y": 1},
  39. {"matrix": [1, 3], "x": 3, "y": 1},
  40. {"matrix": [1, 4], "x": 4, "y": 1},
  41. {"matrix": [2, 0], "x": 0, "y": 2},
  42. {"matrix": [2, 1], "x": 1, "y": 2},
  43. {"matrix": [2, 2], "x": 2, "y": 2},
  44. {"matrix": [2, 3], "x": 3, "y": 2},
  45. {"matrix": [2, 4], "x": 4, "y": 2}
  46. ]
  47. }
  48. },
  49. "rgb_matrix": {
  50. "animations": {
  51. "alphas_mods": true,
  52. "gradient_up_down": true,
  53. "gradient_left_right": true,
  54. "breathing": true,
  55. "band_sat": true,
  56. "band_val": true,
  57. "band_pinwheel_sat": true,
  58. "band_pinwheel_val": true,
  59. "band_spiral_sat": true,
  60. "band_spiral_val": true,
  61. "cycle_all": true,
  62. "cycle_left_right": true,
  63. "cycle_up_down": true,
  64. "rainbow_moving_chevron": true,
  65. "cycle_out_in": true,
  66. "cycle_out_in_dual": true,
  67. "cycle_pinwheel": true,
  68. "cycle_spiral": true,
  69. "dual_beacon": true,
  70. "rainbow_beacon": true,
  71. "rainbow_pinwheels": true,
  72. "raindrops": true,
  73. "jellybean_raindrops": true,
  74. "hue_breathing": true,
  75. "hue_pendulum": true,
  76. "hue_wave": true,
  77. "pixel_rain": true,
  78. "pixel_flow": true,
  79. "pixel_fractal": true,
  80. "typing_heatmap": true,
  81. "digital_rain": true,
  82. "solid_reactive_simple": true,
  83. "solid_reactive": true,
  84. "solid_reactive_wide": true,
  85. "solid_reactive_multiwide": true,
  86. "solid_reactive_cross": true,
  87. "solid_reactive_multicross": true,
  88. "solid_reactive_nexus": true,
  89. "solid_reactive_multinexus": true,
  90. "splash": true,
  91. "multisplash": true,
  92. "solid_splash": true,
  93. "solid_multisplash": true
  94. },
  95. "driver": "ws2812",
  96. "layout": [
  97. {"flags": 4, "matrix": [2, 4], "x": 224, "y": 64},
  98. {"flags": 4, "matrix": [2, 3], "x": 168, "y": 64},
  99. {"flags": 4, "matrix": [2, 2], "x": 112, "y": 64},
  100. {"flags": 4, "matrix": [2, 1], "x": 56, "y": 64},
  101. {"flags": 4, "matrix": [2, 0], "x": 0, "y": 64},
  102. {"flags": 4, "matrix": [1, 4], "x": 224, "y": 32},
  103. {"flags": 4, "matrix": [1, 3], "x": 168, "y": 32},
  104. {"flags": 4, "matrix": [1, 2], "x": 112, "y": 32},
  105. {"flags": 4, "matrix": [1, 1], "x": 56, "y": 32},
  106. {"flags": 4, "matrix": [1, 0], "x": 0, "y": 32},
  107. {"flags": 4, "matrix": [0, 4], "x": 224, "y": 0},
  108. {"flags": 4, "matrix": [0, 3], "x": 168, "y": 0},
  109. {"flags": 4, "matrix": [0, 2], "x": 112, "y": 0},
  110. {"flags": 4, "matrix": [0, 1], "x": 56, "y": 0},
  111. {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}
  112. ],
  113. "sleep": true
  114. },
  115. "ws2812": {
  116. "pin": "GP1",
  117. "driver": "vendor"
  118. }
  119. }