keyboard.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "manufacturer": "Louis Dalibard",
  3. "keyboard_name": "ai",
  4. "maintainer": "make42",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["F5", "F6", "F7", "B1"],
  15. "rows": ["D0", "D4", "C6", "D7", "D1"]
  16. },
  17. "usb": {
  18. "device_version": "1.0.0",
  19. "pid": "0x0000",
  20. "vid": "0xFEED"
  21. },
  22. "layout_aliases": {
  23. "LAYOUT_ai_5x4_1": "LAYOUT"
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0.5},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0.3},
  31. {"matrix": [0, 3], "x": 3, "y": 0.7},
  32. {"matrix": [1, 0], "x": 0, "y": 1.5},
  33. {"matrix": [1, 1], "x": 1, "y": 1},
  34. {"matrix": [1, 2], "x": 2, "y": 1.3},
  35. {"matrix": [1, 3], "x": 3, "y": 1.7},
  36. {"matrix": [2, 0], "x": 0, "y": 2.5},
  37. {"matrix": [2, 1], "x": 1, "y": 2},
  38. {"matrix": [2, 2], "x": 2, "y": 2.3},
  39. {"matrix": [2, 3], "x": 3, "y": 2.7},
  40. {"matrix": [3, 0], "x": 0, "y": 3.5},
  41. {"matrix": [3, 1], "x": 1, "y": 3},
  42. {"matrix": [3, 2], "x": 2, "y": 3.3},
  43. {"matrix": [3, 3], "x": 3, "y": 3.7},
  44. {"matrix": [4, 1], "x": 2.5, "y": 5},
  45. {"matrix": [4, 2], "x": 3.5, "y": 4.8},
  46. {"matrix": [4, 3], "x": 4.5, "y": 4.6}
  47. ]
  48. }
  49. }
  50. }