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.

83 lines
3.1 KiB

  1. {
  2. "usb": {
  3. "device_version": "0.0.1"
  4. },
  5. "matrix_pins": {
  6. "cols": ["D5", "D3", "D2", "D1", "D0", "D6", "D4", "F7", "F0", "F1", "F4"],
  7. "rows": ["B4", "B0", "B2", "B1"]
  8. },
  9. "diode_direction": "COL2ROW",
  10. "encoder": {
  11. "rotary": [
  12. {"pin_a": "B5", "pin_b": "B6"},
  13. {"pin_a": "F5", "pin_b": "F6"}
  14. ]
  15. },
  16. "rgblight": {
  17. "saturation_steps": 8,
  18. "brightness_steps": 8,
  19. "led_count": 8,
  20. "sleep": true
  21. },
  22. "ws2812": {
  23. "pin": "B3"
  24. },
  25. "backlight": {
  26. "pin": "C6",
  27. "levels": 8,
  28. "breathing": true
  29. },
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [0, 4], "x": 4, "y": 0},
  40. {"matrix": [0, 5], "x": 5, "y": 0},
  41. {"matrix": [0, 6], "x": 6, "y": 0},
  42. {"matrix": [0, 7], "x": 7, "y": 0},
  43. {"matrix": [0, 8], "x": 8, "y": 0},
  44. {"matrix": [0, 9], "x": 9, "y": 0},
  45. {"matrix": [0, 10], "x": 10, "y": 0},
  46. {"matrix": [3, 10], "x": 11, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
  48. {"matrix": [1, 1], "x": 1.25, "y": 1},
  49. {"matrix": [1, 2], "x": 2.25, "y": 1},
  50. {"matrix": [1, 3], "x": 3.25, "y": 1},
  51. {"matrix": [1, 4], "x": 4.25, "y": 1},
  52. {"matrix": [1, 5], "x": 5.25, "y": 1},
  53. {"matrix": [1, 6], "x": 6.25, "y": 1},
  54. {"matrix": [1, 7], "x": 7.25, "y": 1},
  55. {"matrix": [1, 8], "x": 8.25, "y": 1},
  56. {"matrix": [1, 9], "x": 9.25, "y": 1},
  57. {"matrix": [1, 10], "x": 10.25, "y": 1, "w": 1.75},
  58. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  59. {"matrix": [2, 1], "x": 1.75, "y": 2},
  60. {"matrix": [2, 2], "x": 2.75, "y": 2},
  61. {"matrix": [2, 3], "x": 3.75, "y": 2},
  62. {"matrix": [2, 4], "x": 4.75, "y": 2},
  63. {"matrix": [2, 5], "x": 5.75, "y": 2},
  64. {"matrix": [2, 6], "x": 6.75, "y": 2},
  65. {"matrix": [2, 7], "x": 7.75, "y": 2},
  66. {"matrix": [2, 8], "x": 8.75, "y": 2},
  67. {"matrix": [2, 9], "x": 9.75, "y": 2},
  68. {"matrix": [2, 10], "x": 10.75, "y": 2, "w": 1.25},
  69. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  70. {"matrix": [3, 1], "x": 1.25, "y": 3},
  71. {"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
  72. {"matrix": [3, 3], "x": 3.5, "y": 3, "w": 2.75},
  73. {"matrix": [3, 4], "x": 6.25, "y": 3, "w": 2.25},
  74. {"matrix": [3, 5], "x": 8.5, "y": 3, "w": 1.25},
  75. {"matrix": [3, 6], "x": 9.75, "y": 3},
  76. {"matrix": [3, 7], "x": 10.75, "y": 3, "w": 1.25}
  77. ]
  78. }
  79. }
  80. }