keyboard.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "keyboard_name": "Levinson Rev. 2",
  3. "split": {
  4. "serial": {
  5. "pin": "D0"
  6. }
  7. },
  8. "usb": {
  9. "pid": "0x2146",
  10. "device_version": "2.0.0"
  11. },
  12. "matrix_pins": {
  13. "cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
  14. "rows": ["D4", "D7", "E6", "B4"]
  15. },
  16. "diode_direction": "COL2ROW",
  17. "backlight": {
  18. "default": {
  19. "brightness": 5
  20. },
  21. "pin": "B5",
  22. "levels": 7
  23. },
  24. "rgblight": {
  25. "led_count": 12,
  26. "split_count": [6, 6],
  27. "animations": {
  28. "breathing": true,
  29. "rainbow_mood": true,
  30. "rainbow_swirl": true,
  31. "snake": true,
  32. "knight": true,
  33. "christmas": true,
  34. "static_gradient": true,
  35. "rgb_test": true,
  36. "alternating": true,
  37. "twinkle": true
  38. }
  39. },
  40. "ws2812": {
  41. "pin": "D3"
  42. },
  43. "features": {
  44. "bootmagic": false,
  45. "mousekey": true,
  46. "extrakey": true,
  47. "backlight": true
  48. },
  49. "qmk": {
  50. "locking": {
  51. "enabled": true,
  52. "resync": true
  53. }
  54. },
  55. "layout_aliases": {
  56. "LAYOUT": "LAYOUT_ortho_4x12"
  57. },
  58. "layouts": {
  59. "LAYOUT_ortho_4x12": {
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0},
  62. {"matrix": [0, 1], "x": 1, "y": 0},
  63. {"matrix": [0, 2], "x": 2, "y": 0},
  64. {"matrix": [0, 3], "x": 3, "y": 0},
  65. {"matrix": [0, 4], "x": 4, "y": 0},
  66. {"matrix": [0, 5], "x": 5, "y": 0},
  67. {"matrix": [4, 5], "x": 7, "y": 0},
  68. {"matrix": [4, 4], "x": 8, "y": 0},
  69. {"matrix": [4, 3], "x": 9, "y": 0},
  70. {"matrix": [4, 2], "x": 10, "y": 0},
  71. {"matrix": [4, 1], "x": 11, "y": 0},
  72. {"matrix": [4, 0], "x": 12, "y": 0},
  73. {"matrix": [1, 0], "x": 0, "y": 1},
  74. {"matrix": [1, 1], "x": 1, "y": 1},
  75. {"matrix": [1, 2], "x": 2, "y": 1},
  76. {"matrix": [1, 3], "x": 3, "y": 1},
  77. {"matrix": [1, 4], "x": 4, "y": 1},
  78. {"matrix": [1, 5], "x": 5, "y": 1},
  79. {"matrix": [5, 5], "x": 7, "y": 1},
  80. {"matrix": [5, 4], "x": 8, "y": 1},
  81. {"matrix": [5, 3], "x": 9, "y": 1},
  82. {"matrix": [5, 2], "x": 10, "y": 1},
  83. {"matrix": [5, 1], "x": 11, "y": 1},
  84. {"matrix": [5, 0], "x": 12, "y": 1},
  85. {"matrix": [2, 0], "x": 0, "y": 2},
  86. {"matrix": [2, 1], "x": 1, "y": 2},
  87. {"matrix": [2, 2], "x": 2, "y": 2},
  88. {"matrix": [2, 3], "x": 3, "y": 2},
  89. {"matrix": [2, 4], "x": 4, "y": 2},
  90. {"matrix": [2, 5], "x": 5, "y": 2},
  91. {"matrix": [6, 5], "x": 7, "y": 2},
  92. {"matrix": [6, 4], "x": 8, "y": 2},
  93. {"matrix": [6, 3], "x": 9, "y": 2},
  94. {"matrix": [6, 2], "x": 10, "y": 2},
  95. {"matrix": [6, 1], "x": 11, "y": 2},
  96. {"matrix": [6, 0], "x": 12, "y": 2},
  97. {"matrix": [3, 0], "x": 0, "y": 3},
  98. {"matrix": [3, 1], "x": 1, "y": 3},
  99. {"matrix": [3, 2], "x": 2, "y": 3},
  100. {"matrix": [3, 3], "x": 3, "y": 3},
  101. {"matrix": [3, 4], "x": 4, "y": 3},
  102. {"matrix": [3, 5], "x": 5, "y": 3},
  103. {"matrix": [7, 5], "x": 7, "y": 3},
  104. {"matrix": [7, 4], "x": 8, "y": 3},
  105. {"matrix": [7, 3], "x": 9, "y": 3},
  106. {"matrix": [7, 2], "x": 10, "y": 3},
  107. {"matrix": [7, 1], "x": 11, "y": 3},
  108. {"matrix": [7, 0], "x": 12, "y": 3}
  109. ]
  110. }
  111. }
  112. }