logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3658B)


  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. "encoder": true,
  91. "extrakey": true,
  92. "mousekey": true,
  93. "nkro": false,
  94. "rgb_matrix": true
  95. },
  96. "matrix_pins": {
  97. "direct": [
  98. ["F4", "B6", "B5", "B4", "E6", "D7", "F6", "F7", "B1", "B3", "B2", "F5"]
  99. ]
  100. },
  101. "layouts": {
  102. "LAYOUT": {
  103. "layout": [
  104. {"x": 0, "y": 0, "matrix": [0, 0]},
  105. {"x": 1, "y": 0, "matrix": [0, 1]},
  106. {"x": 2, "y": 0, "matrix": [0, 2]},
  107. {"x": 3, "y": 0, "matrix": [0, 3]},
  108. {"x": 4, "y": 0, "matrix": [0, 4]},
  109. {"x": 5, "y": 0, "matrix": [0, 5]},
  110. {"x": 6, "y": 0, "matrix": [0, 6]},
  111. {"x": 7, "y": 0, "matrix": [0, 7]},
  112. {"x": 8, "y": 0, "matrix": [0, 8]},
  113. {"x": 9, "y": 0, "matrix": [0, 9]},
  114. {"x": 10, "y": 0, "matrix": [0, 10]},
  115. {"x": 11, "y": 0, "matrix": [0, 11]}
  116. ]
  117. }
  118. }
  119. }