You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.7 KiB

  1. {
  2. "keyboard_name": "Swoop",
  3. "url": "https://github.com/jimmerricks/swoop",
  4. "maintainer": "jmnw",
  5. "manufacturer": "jmnw",
  6. "usb": {
  7. "vid": "0x1804",
  8. "pid": "0x3046",
  9. "device_version": "1.0.0"
  10. },
  11. "ws2812": {
  12. "pin": "D3"
  13. },
  14. "rgblight": {
  15. "hue_steps": 10,
  16. "led_count": 36,
  17. "max_brightness": 150,
  18. "sleep": true,
  19. "split_count": [18, 18],
  20. "animations": {
  21. "breathing": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "static_gradient": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["B1", "F7", "F6", "F5", "F4"],
  29. "rows": ["D4", "C6", "D7", "E6"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "B4", "pin_b": "B5"}
  35. ]
  36. },
  37. "split": {
  38. "soft_serial_pin": "D2",
  39. "encoder": {
  40. "right": {
  41. "rotary": [
  42. {"pin_a": "B5", "pin_b": "B4"}
  43. ]
  44. }
  45. }
  46. },
  47. "processor": "atmega32u4",
  48. "bootloader": "caterina",
  49. "community_layouts": ["split_3x5_3"],
  50. "layouts": {
  51. "LAYOUT_split_3x5_3": {
  52. "layout": [
  53. {"matrix": [0, 0], "x": 0, "y": 0.375},
  54. {"matrix": [0, 1], "x": 1, "y": 0.125},
  55. {"matrix": [0, 2], "x": 2, "y": 0},
  56. {"matrix": [0, 3], "x": 3, "y": 0.125},
  57. {"matrix": [0, 4], "x": 4, "y": 0.25},
  58. {"matrix": [4, 4], "x": 8, "y": 0.25},
  59. {"matrix": [4, 3], "x": 9, "y": 0.125},
  60. {"matrix": [4, 2], "x": 10, "y": 0},
  61. {"matrix": [4, 1], "x": 11, "y": 0.125},
  62. {"matrix": [4, 0], "x": 12, "y": 0.375},
  63. {"matrix": [1, 0], "x": 0, "y": 1.375},
  64. {"matrix": [1, 1], "x": 1, "y": 1.125},
  65. {"matrix": [1, 2], "x": 2, "y": 1},
  66. {"matrix": [1, 3], "x": 3, "y": 1.125},
  67. {"matrix": [1, 4], "x": 4, "y": 1.25},
  68. {"matrix": [5, 4], "x": 8, "y": 1.25},
  69. {"matrix": [5, 3], "x": 9, "y": 1.125},
  70. {"matrix": [5, 2], "x": 10, "y": 1},
  71. {"matrix": [5, 1], "x": 11, "y": 1.125},
  72. {"matrix": [5, 0], "x": 12, "y": 1.375},
  73. {"matrix": [2, 0], "x": 0, "y": 2.375},
  74. {"matrix": [2, 1], "x": 1, "y": 2.125},
  75. {"matrix": [2, 2], "x": 2, "y": 2},
  76. {"matrix": [2, 3], "x": 3, "y": 2.125},
  77. {"matrix": [2, 4], "x": 4, "y": 2.25},
  78. {"matrix": [6, 4], "x": 8, "y": 2.25},
  79. {"matrix": [6, 3], "x": 9, "y": 2.125},
  80. {"matrix": [6, 2], "x": 10, "y": 2},
  81. {"matrix": [6, 1], "x": 11, "y": 2.125},
  82. {"matrix": [6, 0], "x": 12, "y": 2.375},
  83. {"matrix": [3, 2], "x": 2.875, "y": 3.25},
  84. {"matrix": [3, 3], "x": 4, "y": 3.375},
  85. {"matrix": [3, 4], "x": 5.125, "y": 3.625},
  86. {"matrix": [7, 4], "x": 6.875, "y": 3.625},
  87. {"matrix": [7, 3], "x": 8, "y": 3.375},
  88. {"matrix": [7, 2], "x": 9.125, "y": 3.25}
  89. ]
  90. }
  91. }
  92. }