info.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "keyboard_name": "contender",
  3. "manufacturer": "sotoba",
  4. "url": "https://github.com/sotoba/contender",
  5. "maintainer": "sotoba",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xC010",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "C6"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 33,
  18. "max_brightness": 32,
  19. "sleep": true,
  20. "led_map": [0, 1, 2, 3, 7, 6, 5, 4, 8, 9, 10, 11, 15, 14, 13, 12, 16, 17, 18, 19, 22, 21, 20, 25, 24, 23, 26, 27, 28, 29, 30, 31, 32],
  21. "animations": {
  22. "breathing": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true,
  25. "snake": true,
  26. "knight": true,
  27. "static_gradient": true,
  28. "rgb_test": true,
  29. "alternating": true
  30. }
  31. },
  32. "matrix_pins": {
  33. "cols": ["C7", "D6", "B3", "B0", "B1"],
  34. "rows": ["D4", "D3", "B5", "B7", "B4", "B2"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "processor": "atmega32u2",
  38. "bootloader": "atmel-dfu",
  39. "layouts": {
  40. "LAYOUT": {
  41. "layout": [
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [0, 4], "x": 4, "y": 0},
  46. {"matrix": [1, 1], "x": 1, "y": 1.25},
  47. {"matrix": [1, 2], "x": 2, "y": 1.25},
  48. {"matrix": [1, 3], "x": 3, "y": 1.25},
  49. {"matrix": [1, 4], "x": 4, "y": 1.25},
  50. {"matrix": [2, 1], "x": 1, "y": 2.25},
  51. {"matrix": [2, 2], "x": 2, "y": 2.25},
  52. {"matrix": [2, 3], "x": 3, "y": 2.25},
  53. {"matrix": [2, 4], "x": 4, "y": 2.25},
  54. {"matrix": [3, 0], "x": 0, "y": 3.25},
  55. {"matrix": [3, 1], "x": 1, "y": 3.25},
  56. {"matrix": [3, 2], "x": 2, "y": 3.25},
  57. {"matrix": [3, 3], "x": 3, "y": 3.25},
  58. {"matrix": [3, 4], "x": 4, "y": 3.25},
  59. {"matrix": [4, 0], "x": 0, "y": 4.25},
  60. {"matrix": [4, 1], "x": 1, "y": 4.25},
  61. {"matrix": [4, 2], "x": 2, "y": 4.25},
  62. {"matrix": [4, 3], "x": 3, "y": 4.25},
  63. {"matrix": [4, 4], "x": 4, "y": 4.25, "h": 2},
  64. {"matrix": [5, 0], "x": 0, "y": 5.25},
  65. {"matrix": [5, 1], "x": 1, "y": 5.25},
  66. {"matrix": [5, 2], "x": 2, "y": 5.25},
  67. {"matrix": [5, 3], "x": 3, "y": 5.25}
  68. ]
  69. }
  70. }
  71. }