1
0

keyboard.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "keyboard_name": "Yeehaw",
  3. "manufacturer": "squashkb",
  4. "url": "https://squashkb.com/product/yeehaw",
  5. "maintainer": "Tsquash",
  6. "usb": {
  7. "vid": "0x5351",
  8. "pid": "0x5458",
  9. "device_version": "1.0.0"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "D1", "pin_b": "D0"}
  14. ]
  15. },
  16. "rgblight": {
  17. "saturation_steps": 8,
  18. "brightness_steps": 8,
  19. "led_count": 7,
  20. "sleep": true,
  21. "animations": {
  22. "breathing": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true,
  25. "snake": true,
  26. "knight": true,
  27. "christmas": true,
  28. "static_gradient": true,
  29. "rgb_test": true,
  30. "alternating": true,
  31. "twinkle": true
  32. }
  33. },
  34. "ws2812": {
  35. "pin": "B2"
  36. },
  37. "processor": "atmega32u4",
  38. "bootloader": "caterina",
  39. "features": {
  40. "bootmagic": false,
  41. "command": false,
  42. "console": false,
  43. "encoder": true,
  44. "extrakey": true,
  45. "mousekey": false,
  46. "nkro": false,
  47. "rgblight": true
  48. },
  49. "matrix_pins": {
  50. "direct": [
  51. ["D2", "D4", "C6", "E6", "F5", "B1", "D3", "D7", "B4", "F6", "B3", "B5", "F7", "F4"]
  52. ]
  53. },
  54. "layouts": {
  55. "LAYOUT": {
  56. "layout": [
  57. {"x": 1, "y": 0, "matrix": [0, 0]},
  58. {"x": 1, "y": 1, "matrix": [0, 1]},
  59. {"x": 2, "y": 1.5, "matrix": [0, 2]},
  60. {"x": 3, "y": 1.5, "matrix": [0, 3]},
  61. {"x": 1, "y": 2, "matrix": [0, 4]},
  62. {"x": 4, "y": 2, "matrix": [0, 5]},
  63. {"x": 2, "y": 2.5, "matrix": [0, 6]},
  64. {"x": 3, "y": 2.5, "matrix": [0, 7]},
  65. {"x": 0, "y": 2.75, "matrix": [0, 8]},
  66. {"x": 1, "y": 3, "matrix": [0, 9]},
  67. {"x": 4, "y": 3, "matrix": [0, 10]},
  68. {"x": 2, "y": 3.5, "matrix": [0, 11]},
  69. {"x": 3, "y": 3.5, "matrix": [0, 12]},
  70. {"x": 2.5, "y": 4.5, "matrix": [0, 13]}
  71. ]
  72. }
  73. }
  74. }