keyboard.json 4.2 KB

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