1
0

keyboard.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "keyboard_name": "The Stick",
  3. "manufacturer": "Keebio",
  4. "url": "https://keeb.io",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x111C",
  9. "device_version": "1.0.0"
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "alphas_mods": true,
  14. "gradient_up_down": true,
  15. "gradient_left_right": true,
  16. "breathing": true,
  17. "band_sat": true,
  18. "band_val": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_spiral_sat": true,
  22. "band_spiral_val": true,
  23. "cycle_all": true,
  24. "cycle_left_right": true,
  25. "cycle_up_down": true,
  26. "rainbow_moving_chevron": true,
  27. "cycle_out_in": true,
  28. "cycle_out_in_dual": true,
  29. "cycle_pinwheel": true,
  30. "cycle_spiral": true,
  31. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "rainbow_pinwheels": true,
  34. "raindrops": true,
  35. "jellybean_raindrops": true,
  36. "hue_breathing": true,
  37. "hue_pendulum": true,
  38. "hue_wave": true,
  39. "pixel_rain": true,
  40. "pixel_flow": true,
  41. "pixel_fractal": true,
  42. "typing_heatmap": true,
  43. "digital_rain": true,
  44. "solid_reactive_simple": true,
  45. "solid_reactive": true,
  46. "solid_reactive_wide": true,
  47. "solid_reactive_multiwide": true,
  48. "solid_reactive_cross": true,
  49. "solid_reactive_multicross": true,
  50. "solid_reactive_nexus": true,
  51. "solid_reactive_multinexus": true,
  52. "splash": true,
  53. "multisplash": true,
  54. "solid_splash": true,
  55. "solid_multisplash": true
  56. },
  57. "driver": "ws2812",
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
  60. {"matrix": [0, 1], "x": 20, "y": 0, "flags": 4},
  61. {"matrix": [0, 2], "x": 40, "y": 0, "flags": 4},
  62. {"matrix": [0, 3], "x": 60, "y": 0, "flags": 4},
  63. {"matrix": [0, 4], "x": 80, "y": 0, "flags": 4},
  64. {"matrix": [0, 5], "x": 100, "y": 0, "flags": 4},
  65. {"matrix": [0, 6], "x": 120, "y": 0, "flags": 4},
  66. {"matrix": [0, 7], "x": 140, "y": 0, "flags": 4},
  67. {"matrix": [0, 8], "x": 160, "y": 0, "flags": 4},
  68. {"matrix": [0, 9], "x": 180, "y": 0, "flags": 4},
  69. {"matrix": [0, 10], "x": 200, "y": 0, "flags": 4},
  70. {"matrix": [0, 11], "x": 220, "y": 0, "flags": 4}
  71. ]
  72. },
  73. "encoder": {
  74. "rotary": [
  75. {"pin_a": "D1", "pin_b": "D0"},
  76. {"pin_a": "D4", "pin_b": "C6"}
  77. ]
  78. },
  79. "rgblight": {
  80. "saturation_steps": 8,
  81. "brightness_steps": 8,
  82. "led_count": 12,
  83. "sleep": true,
  84. "animations": {
  85. "breathing": true,
  86. "rainbow_mood": true,
  87. "rainbow_swirl": true,
  88. "snake": true,
  89. "knight": true,
  90. "christmas": true,
  91. "static_gradient": true,
  92. "rgb_test": true,
  93. "alternating": true,
  94. "twinkle": true
  95. }
  96. },
  97. "ws2812": {
  98. "pin": "D3"
  99. },
  100. "development_board": "promicro",
  101. "features": {
  102. "bootmagic": true,
  103. "encoder": true,
  104. "extrakey": true,
  105. "mousekey": true,
  106. "nkro": false,
  107. "rgb_matrix": true
  108. },
  109. "matrix_pins": {
  110. "direct": [
  111. ["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
  112. ]
  113. },
  114. "layouts": {
  115. "LAYOUT": {
  116. "layout": [
  117. {"x": 0, "y": 0, "matrix": [0, 0]},
  118. {"x": 1, "y": 0, "matrix": [0, 1]},
  119. {"x": 2, "y": 0, "matrix": [0, 2]},
  120. {"x": 3, "y": 0, "matrix": [0, 3]},
  121. {"x": 4, "y": 0, "matrix": [0, 4]},
  122. {"x": 5, "y": 0, "matrix": [0, 5]},
  123. {"x": 6, "y": 0, "matrix": [0, 6]},
  124. {"x": 7, "y": 0, "matrix": [0, 7]},
  125. {"x": 8, "y": 0, "matrix": [0, 8]},
  126. {"x": 9, "y": 0, "matrix": [0, 9]},
  127. {"x": 10, "y": 0, "matrix": [0, 10]},
  128. {"x": 11, "y": 0, "matrix": [0, 11]}
  129. ]
  130. }
  131. }
  132. }