keyboard.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "keyboard_name": "Liminal",
  3. "manufacturer": "TheRoyalSweatshirt",
  4. "url": "",
  5. "maintainer": "TheRoyalSweatshirt",
  6. "usb": {
  7. "vid": "0x4B4B",
  8. "pid": "0x0003",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 6,
  13. "saturation_steps": 4,
  14. "brightness_steps": 4,
  15. "led_count": 1
  16. },
  17. "ws2812": {
  18. "pin": "D4"
  19. },
  20. "features": {
  21. "bootmagic": true,
  22. "command": false,
  23. "console": false,
  24. "extrakey": true,
  25. "mousekey": false,
  26. "nkro": false,
  27. "rgblight": true
  28. },
  29. "qmk": {
  30. "locking": {
  31. "enabled": true,
  32. "resync": true
  33. }
  34. },
  35. "matrix_pins": {
  36. "cols": ["D6", "C4", "D3", "D2", "D1", "D0", "C2", "B0", "B1", "B2", "B3", "B4", "D5", "C5"],
  37. "rows": ["C6", "B6", "B7", "C7"]
  38. },
  39. "diode_direction": "COL2ROW",
  40. "processor": "atmega32u2",
  41. "bootloader": "atmel-dfu",
  42. "layouts": {
  43. "LAYOUT_base_kit_all": {
  44. "layout": [
  45. {"matrix": [0, 0], "x": 0, "y": 0},
  46. {"matrix": [0, 1], "x": 1, "y": 0, "w": 1.5},
  47. {"matrix": [0, 2], "x": 2.5, "y": 0},
  48. {"matrix": [0, 3], "x": 3.5, "y": 0},
  49. {"matrix": [0, 4], "x": 4.5, "y": 0},
  50. {"matrix": [0, 5], "x": 5.5, "y": 0},
  51. {"matrix": [0, 6], "x": 6.5, "y": 0},
  52. {"matrix": [0, 7], "x": 7.5, "y": 0},
  53. {"matrix": [0, 8], "x": 8.5, "y": 0},
  54. {"matrix": [0, 9], "x": 9.5, "y": 0},
  55. {"matrix": [0, 10], "x": 10.5, "y": 0},
  56. {"matrix": [0, 11], "x": 11.5, "y": 0},
  57. {"matrix": [0, 12], "x": 12.5, "y": 0},
  58. {"matrix": [0, 13], "x": 13.5, "y": 0, "w": 1.5},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1, "w": 1.75},
  61. {"matrix": [1, 2], "x": 2.75, "y": 1},
  62. {"matrix": [1, 3], "x": 3.75, "y": 1},
  63. {"matrix": [1, 4], "x": 4.75, "y": 1},
  64. {"matrix": [1, 5], "x": 5.75, "y": 1},
  65. {"matrix": [1, 6], "x": 6.75, "y": 1},
  66. {"matrix": [1, 7], "x": 7.75, "y": 1},
  67. {"matrix": [1, 8], "x": 8.75, "y": 1},
  68. {"matrix": [1, 9], "x": 9.75, "y": 1},
  69. {"matrix": [1, 10], "x": 10.75, "y": 1},
  70. {"matrix": [1, 11], "x": 11.75, "y": 1},
  71. {"matrix": [1, 12], "x": 12.75, "y": 1},
  72. {"matrix": [1, 13], "x": 13.75, "y": 1, "w": 1.25},
  73. {"matrix": [2, 0], "x": 0, "y": 2},
  74. {"matrix": [2, 1], "x": 1, "y": 2, "w": 1.25},
  75. {"matrix": [2, 2], "x": 2.25, "y": 2},
  76. {"matrix": [2, 3], "x": 3.25, "y": 2},
  77. {"matrix": [2, 4], "x": 4.25, "y": 2},
  78. {"matrix": [2, 5], "x": 5.25, "y": 2},
  79. {"matrix": [2, 6], "x": 6.25, "y": 2},
  80. {"matrix": [2, 7], "x": 7.25, "y": 2},
  81. {"matrix": [2, 8], "x": 8.25, "y": 2},
  82. {"matrix": [2, 9], "x": 9.25, "y": 2},
  83. {"matrix": [2, 10], "x": 10.25, "y": 2},
  84. {"matrix": [2, 11], "x": 11.25, "y": 2},
  85. {"matrix": [2, 12], "x": 12.25, "y": 2},
  86. {"matrix": [2, 13], "x": 13.25, "y": 2, "w": 1.75},
  87. {"matrix": [3, 0], "x": 0, "y": 3},
  88. {"matrix": [3, 1], "x": 1, "y": 3, "w": 1.5},
  89. {"matrix": [3, 2], "x": 2.5, "y": 3, "w": 1.25},
  90. {"matrix": [3, 3], "x": 3.75, "y": 3, "w": 1.5},
  91. {"matrix": [3, 5], "x": 5.25, "y": 3, "w": 2},
  92. {"matrix": [3, 7], "x": 7.25, "y": 3, "w": 2.25},
  93. {"matrix": [3, 9], "x": 9.5, "y": 3, "w": 1.5},
  94. {"matrix": [3, 10], "x": 11, "y": 3, "w": 1.25},
  95. {"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.25},
  96. {"matrix": [3, 13], "x": 13.5, "y": 3, "w": 1.5}
  97. ]
  98. }
  99. }
  100. }