info.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "manufacturer": "hulahermit",
  3. "keyboard_name": "pteropus",
  4. "maintainer": "hulahermit",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["A8", "B15", "B14", "B13", "B12", "B5", "B4", "B3", "A15", "A14"],
  17. "rows": ["B10", "B2", "B1", "B0"]
  18. },
  19. "processor": "STM32F072",
  20. "url": "",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0000",
  24. "vid": "0xFEED"
  25. },
  26. "community_layouts": ["split_3x5_3"],
  27. "layouts": {
  28. "LAYOUT_split_3x5_3": {
  29. "layout": [
  30. { "matrix": [0, 0], "x": 0, "y": 0.25 },
  31. { "matrix": [0, 1], "x": 1, "y": 0.125 },
  32. { "matrix": [0, 2], "x": 2, "y": 0 },
  33. { "matrix": [0, 3], "x": 3, "y": 0.125 },
  34. { "matrix": [0, 4], "x": 4, "y": 0.25 },
  35. { "matrix": [0, 5], "x": 8, "y": 0.25 },
  36. { "matrix": [0, 6], "x": 9, "y": 0.125 },
  37. { "matrix": [0, 7], "x": 10, "y": 0 },
  38. { "matrix": [0, 8], "x": 11, "y": 0.125 },
  39. { "matrix": [0, 9], "x": 12, "y": 0.25 },
  40. { "matrix": [1, 0], "x": 0, "y": 1.25 },
  41. { "matrix": [1, 1], "x": 1, "y": 1.125 },
  42. { "matrix": [1, 2], "x": 2, "y": 1 },
  43. { "matrix": [1, 3], "x": 3, "y": 1.125 },
  44. { "matrix": [1, 4], "x": 4, "y": 1.25 },
  45. { "matrix": [1, 5], "x": 8, "y": 1.25 },
  46. { "matrix": [1, 6], "x": 9, "y": 1.125 },
  47. { "matrix": [1, 7], "x": 10, "y": 1 },
  48. { "matrix": [1, 8], "x": 11, "y": 1.125 },
  49. { "matrix": [1, 9], "x": 12, "y": 1.25 },
  50. { "matrix": [2, 0], "x": 0, "y": 1.25 },
  51. { "matrix": [2, 1], "x": 1, "y": 1.125 },
  52. { "matrix": [2, 2], "x": 2, "y": 1 },
  53. { "matrix": [2, 3], "x": 3, "y": 1.125 },
  54. { "matrix": [2, 4], "x": 4, "y": 1.25 },
  55. { "matrix": [2, 5], "x": 8, "y": 1.25 },
  56. { "matrix": [2, 6], "x": 9, "y": 1.125 },
  57. { "matrix": [2, 7], "x": 10, "y": 1 },
  58. { "matrix": [2, 8], "x": 11, "y": 1.125 },
  59. { "matrix": [2, 9], "x": 12, "y": 1.25 },
  60. { "matrix": [3, 2], "x": 3, "y": 3.25 },
  61. { "matrix": [3, 3], "x": 4, "y": 3.5 },
  62. { "matrix": [3, 4], "x": 5, "y": 3.75 },
  63. { "matrix": [3, 5], "x": 7, "y": 3.75 },
  64. { "matrix": [3, 6], "x": 8, "y": 3.5 },
  65. { "matrix": [3, 7], "x": 9, "y": 3.25 }
  66. ]
  67. }
  68. }
  69. }