info.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "manufacturer": "Tzarc",
  3. "maintainer": "tzarc",
  4. "url": "https://github.com/tzarc/ghoul",
  5. "build": {
  6. "lto": true
  7. },
  8. "features": {
  9. "bootmagic": true,
  10. "console": true,
  11. "encoder": true,
  12. "mousekey": true,
  13. "extrakey": true,
  14. "nkro": true,
  15. "quantum_painter": true,
  16. "rgb_matrix": true
  17. },
  18. "matrix_pins": {
  19. "rows": ["NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN"],
  20. "cols": ["NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN","NO_PIN"]
  21. },
  22. "usb": {
  23. "vid": "0x1209",
  24. "pid": "0x4920"
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. { "label": "Q", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
  30. { "label": "W", "matrix": [0, 4], "w": 1, "x": 1, "y": 0 },
  31. { "label": "E", "matrix": [1, 0], "w": 1, "x": 2, "y": 0 },
  32. { "label": "R", "matrix": [1, 4], "w": 1, "x": 3, "y": 0 },
  33. { "label": "T", "matrix": [2, 0], "w": 1, "x": 4, "y": 0 },
  34. { "label": "kEC", "matrix": [5, 0], "w": 1, "x": 5.5, "y": 0 },
  35. { "label": "Y", "matrix": [2, 4], "w": 1, "x": 7, "y": 0 },
  36. { "label": "U", "matrix": [3, 0], "w": 1, "x": 8, "y": 0 },
  37. { "label": "I", "matrix": [3, 4], "w": 1, "x": 9, "y": 0 },
  38. { "label": "O", "matrix": [4, 0], "w": 1, "x": 10, "y": 0 },
  39. { "label": "P", "matrix": [4, 4], "w": 1, "x": 11, "y": 0 },
  40. { "label": "A", "matrix": [0, 1], "w": 1, "x": 0, "y": 1 },
  41. { "label": "S", "matrix": [0, 5], "w": 1, "x": 1, "y": 1 },
  42. { "label": "D", "matrix": [1, 1], "w": 1, "x": 2, "y": 1 },
  43. { "label": "F", "matrix": [1, 5], "w": 1, "x": 3, "y": 1 },
  44. { "label": "G", "matrix": [2, 1], "w": 1, "x": 4, "y": 1 },
  45. { "label": "H", "matrix": [2, 5], "w": 1, "x": 7, "y": 1 },
  46. { "label": "J", "matrix": [3, 1], "w": 1, "x": 8, "y": 1 },
  47. { "label": "K", "matrix": [3, 5], "w": 1, "x": 9, "y": 1 },
  48. { "label": "L", "matrix": [4, 1], "w": 1, "x": 10, "y": 1 },
  49. { "label": ";", "matrix": [4, 5], "w": 1, "x": 11, "y": 1 },
  50. { "label": "Z", "matrix": [0, 2], "w": 1, "x": 0, "y": 2 },
  51. { "label": "X", "matrix": [0, 6], "w": 1, "x": 1, "y": 2 },
  52. { "label": "C", "matrix": [1, 2], "w": 1, "x": 2, "y": 2 },
  53. { "label": "V", "matrix": [1, 6], "w": 1, "x": 3, "y": 2 },
  54. { "label": "B", "matrix": [2, 2], "w": 1, "x": 4, "y": 2 },
  55. { "label": "N", "matrix": [2, 6], "w": 1, "x": 7, "y": 2 },
  56. { "label": "M", "matrix": [3, 2], "w": 1, "x": 8, "y": 2 },
  57. { "label": ",", "matrix": [3, 6], "w": 1, "x": 9, "y": 2 },
  58. { "label": ".", "matrix": [4, 2], "w": 1, "x": 10, "y": 2 },
  59. { "label": "/", "matrix": [4, 6], "w": 1, "x": 11, "y": 2 },
  60. { "label": "Ctrl", "matrix": [0, 3], "w": 1, "x": 0, "y": 3 },
  61. { "label": "Alt", "matrix": [0, 7], "w": 1, "x": 1, "y": 3 },
  62. { "label": "Super", "matrix": [1, 3], "w": 1, "x": 2, "y": 3 },
  63. { "label": "Lower", "matrix": [1, 7], "w": 1, "x": 3, "y": 3 },
  64. { "label": "Space", "matrix": [2, 3], "w": 1, "x": 4, "y": 3 },
  65. { "label": "Space", "matrix": [2, 7], "w": 1, "x": 7, "y": 3 },
  66. { "label": "Raise", "matrix": [3, 3], "w": 1, "x": 8, "y": 3 },
  67. { "label": "←", "matrix": [3, 7], "w": 1, "x": 9, "y": 3 },
  68. { "label": "↓", "matrix": [4, 3], "w": 1, "x": 10, "y": 3 },
  69. { "label": "↑", "matrix": [4, 7], "w": 1, "x": 11, "y": 3 }
  70. ]
  71. }
  72. }
  73. }