logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3712B)


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