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.

113 lines
4.0 KiB

  1. {
  2. "keyboard_name": "Kyria rev2",
  3. "usb": {
  4. "pid": "0x9D9D",
  5. "device_version": "0.0.2"
  6. },
  7. "rgblight": {
  8. "led_count": 20,
  9. "split_count": [10, 10]
  10. },
  11. "rgb_matrix": {
  12. "driver": "ws2812",
  13. "max_brightness": 170,
  14. "sleep": true,
  15. "split_count": [10, 10]
  16. },
  17. "matrix_pins": {
  18. "cols": ["B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"],
  19. "rows": ["F6", "F7", "B1", "B3"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "encoder": {
  23. "rotary": [
  24. {"pin_a": "F4", "pin_b": "F5"}
  25. ]
  26. },
  27. "split": {
  28. "encoder": {
  29. "right": {
  30. "rotary": [
  31. {"pin_a": "F5", "pin_b": "F4"}
  32. ]
  33. }
  34. },
  35. "matrix_pins": {
  36. "right": {
  37. "cols": ["B4", "B5", "B6", "B2", "B3", "B1", "F7", "F6"],
  38. "rows": ["D4", "C6", "D7", "E6"]
  39. }
  40. },
  41. "transport": {
  42. "sync": {
  43. "matrix_state": true
  44. }
  45. }
  46. },
  47. "layout_aliases": {
  48. "LAYOUT": "LAYOUT_split_3x6_5"
  49. },
  50. "layouts": {
  51. "LAYOUT_split_3x6_5": {
  52. "layout": [
  53. {"matrix": [0, 7], "x": 0, "y": 0.75},
  54. {"matrix": [0, 6], "x": 1, "y": 0.75},
  55. {"matrix": [0, 5], "x": 2, "y": 0.25},
  56. {"matrix": [0, 4], "x": 3, "y": 0},
  57. {"matrix": [0, 3], "x": 4, "y": 0.25},
  58. {"matrix": [0, 2], "x": 5, "y": 0.5},
  59. {"matrix": [4, 2], "x": 10.5, "y": 0.5},
  60. {"matrix": [4, 3], "x": 11.5, "y": 0.25},
  61. {"matrix": [4, 4], "x": 12.5, "y": 0},
  62. {"matrix": [4, 5], "x": 13.5, "y": 0.25},
  63. {"matrix": [4, 6], "x": 14.5, "y": 0.75},
  64. {"matrix": [4, 7], "x": 15.5, "y": 0.75},
  65. {"matrix": [1, 7], "x": 0, "y": 1.75},
  66. {"matrix": [1, 6], "x": 1, "y": 1.75},
  67. {"matrix": [1, 5], "x": 2, "y": 1.25},
  68. {"matrix": [1, 4], "x": 3, "y": 1},
  69. {"matrix": [1, 3], "x": 4, "y": 1.25},
  70. {"matrix": [1, 2], "x": 5, "y": 1.5},
  71. {"matrix": [5, 2], "x": 10.5, "y": 1.5},
  72. {"matrix": [5, 3], "x": 11.5, "y": 1.25},
  73. {"matrix": [5, 4], "x": 12.5, "y": 1},
  74. {"matrix": [5, 5], "x": 13.5, "y": 1.25},
  75. {"matrix": [5, 6], "x": 14.5, "y": 1.75},
  76. {"matrix": [5, 7], "x": 15.5, "y": 1.75},
  77. {"matrix": [2, 7], "x": 0, "y": 2.75},
  78. {"matrix": [2, 6], "x": 1, "y": 2.75},
  79. {"matrix": [2, 5], "x": 2, "y": 2.25},
  80. {"matrix": [2, 4], "x": 3, "y": 2},
  81. {"matrix": [2, 3], "x": 4, "y": 2.25},
  82. {"matrix": [2, 2], "x": 5, "y": 2.5},
  83. {"matrix": [2, 1], "x": 6, "y": 3},
  84. {"matrix": [2, 0], "x": 7, "y": 3.25},
  85. {"matrix": [6, 0], "x": 8.5, "y": 3.25},
  86. {"matrix": [6, 1], "x": 9.5, "y": 3},
  87. {"matrix": [6, 2], "x": 10.5, "y": 2.5},
  88. {"matrix": [6, 3], "x": 11.5, "y": 2.25},
  89. {"matrix": [6, 4], "x": 12.5, "y": 2},
  90. {"matrix": [6, 5], "x": 13.5, "y": 2.25},
  91. {"matrix": [6, 6], "x": 14.5, "y": 2.75},
  92. {"matrix": [6, 7], "x": 15.5, "y": 2.75},
  93. {"matrix": [3, 5], "x": 2.5, "y": 3.25},
  94. {"matrix": [3, 3], "x": 3.5, "y": 3.25},
  95. {"matrix": [3, 2], "x": 4.5, "y": 3.5},
  96. {"matrix": [3, 1], "x": 5.5, "y": 4},
  97. {"matrix": [3, 0], "x": 6.5, "y": 4.25},
  98. {"matrix": [7, 0], "x": 9, "y": 4.25},
  99. {"matrix": [7, 1], "x": 10, "y": 4},
  100. {"matrix": [7, 2], "x": 11, "y": 3.5},
  101. {"matrix": [7, 3], "x": 12, "y": 3.25},
  102. {"matrix": [7, 5], "x": 13, "y": 3.25}
  103. ]
  104. }
  105. }
  106. }