keyboard.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. },
  59. "encoder": {
  60. "rotary": [
  61. {"pin_a": "D1", "pin_b": "D0"},
  62. {"pin_a": "D4", "pin_b": "C6"}
  63. ]
  64. },
  65. "rgblight": {
  66. "saturation_steps": 8,
  67. "brightness_steps": 8,
  68. "led_count": 12,
  69. "sleep": true,
  70. "animations": {
  71. "breathing": true,
  72. "rainbow_mood": true,
  73. "rainbow_swirl": true,
  74. "snake": true,
  75. "knight": true,
  76. "christmas": true,
  77. "static_gradient": true,
  78. "rgb_test": true,
  79. "alternating": true,
  80. "twinkle": true
  81. }
  82. },
  83. "ws2812": {
  84. "pin": "D3"
  85. },
  86. "processor": "atmega32u4",
  87. "bootloader": "caterina",
  88. "features": {
  89. "bootmagic": true,
  90. "command": false,
  91. "console": false,
  92. "encoder": true,
  93. "extrakey": true,
  94. "mousekey": true,
  95. "nkro": false,
  96. "rgb_matrix": true
  97. },
  98. "matrix_pins": {
  99. "direct": [
  100. ["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
  101. ]
  102. },
  103. "layouts": {
  104. "LAYOUT": {
  105. "layout": [
  106. {"x": 0, "y": 0, "matrix": [0, 0]},
  107. {"x": 1, "y": 0, "matrix": [0, 1]},
  108. {"x": 2, "y": 0, "matrix": [0, 2]},
  109. {"x": 3, "y": 0, "matrix": [0, 3]},
  110. {"x": 4, "y": 0, "matrix": [0, 4]},
  111. {"x": 5, "y": 0, "matrix": [0, 5]},
  112. {"x": 6, "y": 0, "matrix": [0, 6]},
  113. {"x": 7, "y": 0, "matrix": [0, 7]},
  114. {"x": 8, "y": 0, "matrix": [0, 8]},
  115. {"x": 9, "y": 0, "matrix": [0, 9]},
  116. {"x": 10, "y": 0, "matrix": [0, 10]},
  117. {"x": 11, "y": 0, "matrix": [0, 11]}
  118. ]
  119. }
  120. }
  121. }