You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.4 KiB

  1. {
  2. "keyboard_name": "FM2U",
  3. "manufacturer": "Botanical Keyboards",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x6969",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u2",
  12. "bootloader": "atmel-dfu",
  13. "matrix_pins": {
  14. "direct": [
  15. ["C4"]
  16. ]
  17. },
  18. "layout_aliases": {
  19. "LAYOUT_100u": "LAYOUT_1u",
  20. "LAYOUT_125u": "LAYOUT_1u25",
  21. "LAYOUT_150u": "LAYOUT_1u5",
  22. "LAYOUT_175u": "LAYOUT_1u75",
  23. "LAYOUT_200u": "LAYOUT_2u",
  24. "LAYOUT_225u": "LAYOUT_2u25",
  25. "LAYOUT_275u": "LAYOUT_2u75",
  26. "LAYOUT_300u": "LAYOUT_3u",
  27. "LAYOUT_600u": "LAYOUT_6u",
  28. "LAYOUT_625u": "LAYOUT_6u25",
  29. "LAYOUT_700u": "LAYOUT_7u",
  30. "LAYOUT_iso": "LAYOUT_isoenter"
  31. },
  32. "layouts": {
  33. "LAYOUT_1u": {
  34. "layout": [
  35. {"x": 0, "y": 0, "matrix": [0, 0]}
  36. ]
  37. },
  38. "LAYOUT_1u25": {
  39. "layout": [
  40. {"x": 0, "y": 0, "w": 1.25, "matrix": [0, 0]}
  41. ]
  42. },
  43. "LAYOUT_1u5": {
  44. "layout": [
  45. {"x": 0, "y": 0, "w": 1.50, "matrix": [0, 0]}
  46. ]
  47. },
  48. "LAYOUT_1u75": {
  49. "layout": [
  50. {"x": 0, "y": 0, "w": 1.75, "matrix": [0, 0]}
  51. ]
  52. },
  53. "LAYOUT_2u": {
  54. "layout": [
  55. {"x": 0, "y": 0, "w": 2, "matrix": [0, 0]}
  56. ]
  57. },
  58. "LAYOUT_2u25": {
  59. "layout": [
  60. {"x": 0, "y": 0, "w": 2.25, "matrix": [0, 0]}
  61. ]
  62. },
  63. "LAYOUT_2u75": {
  64. "layout": [
  65. {"x": 0, "y": 0, "w": 2.75, "matrix": [0, 0]}
  66. ]
  67. },
  68. "LAYOUT_3u": {
  69. "layout": [
  70. {"x": 0, "y": 0, "w": 3, "matrix": [0, 0]}
  71. ]
  72. },
  73. "LAYOUT_6u": {
  74. "layout": [
  75. {"x": 0, "y": 0, "w": 6, "matrix": [0, 0]}
  76. ]
  77. },
  78. "LAYOUT_6u25": {
  79. "layout": [
  80. {"x": 0, "y": 0, "w": 6.25, "matrix": [0, 0]}
  81. ]
  82. },
  83. "LAYOUT_7u": {
  84. "layout": [
  85. {"x": 0, "y": 0, "w": 7, "matrix": [0, 0]}
  86. ]
  87. },
  88. "LAYOUT_isoenter": {
  89. "layout": [
  90. {"x": 0.25, "y": 0, "w": 1.25, "h": 2, "matrix": [0, 0]}
  91. ]
  92. }
  93. }
  94. }