info.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "keyboard_name": "FnRow v1",
  3. "manufacturer": "Dino Fizzotti",
  4. "maintainer": "dinofizz",
  5. "url": "https://github.com/dinofizz/fnrow-pcb",
  6. "usb": {
  7. "vid": "0xD1F1",
  8. "pid": "0x0100",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "STM32F042",
  12. "bootloader": "stm32-dfu",
  13. "layouts": {
  14. "LAYOUT_fn_row": {
  15. "layout": [
  16. {
  17. "label": "SW1",
  18. "x": 0,
  19. "y": 0
  20. },
  21. {
  22. "label": "SW3",
  23. "x": 2,
  24. "y": 0
  25. },
  26. {
  27. "label": "SW5",
  28. "x": 3,
  29. "y": 0
  30. },
  31. {
  32. "label": "SW7",
  33. "x": 4,
  34. "y": 0
  35. },
  36. {
  37. "label": "SW9",
  38. "x": 5,
  39. "y": 0
  40. },
  41. {
  42. "label": "SW11",
  43. "x": 6.5,
  44. "y": 0
  45. },
  46. {
  47. "label": "SW13",
  48. "x": 7.5,
  49. "y": 0
  50. },
  51. {
  52. "label": "SW2",
  53. "x": 8.5,
  54. "y": 0
  55. },
  56. {
  57. "label": "SW4",
  58. "x": 9.5,
  59. "y": 0
  60. },
  61. {
  62. "label": "SW6",
  63. "x": 11,
  64. "y": 0
  65. },
  66. {
  67. "label": "SW8",
  68. "x": 12,
  69. "y": 0
  70. },
  71. {
  72. "label": "SW10",
  73. "x": 13,
  74. "y": 0
  75. },
  76. {
  77. "label": "SW12",
  78. "x": 14,
  79. "y": 0
  80. }
  81. ]
  82. }
  83. }
  84. }