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.

73 lines
1.6 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. "layouts": {
  12. "LAYOUT_1u": {
  13. "layout": [
  14. {"x": 0, "y": 0}
  15. ]
  16. },
  17. "LAYOUT_1u25": {
  18. "layout": [
  19. {"x": 0, "y": 0, "w": 1.25}
  20. ]
  21. },
  22. "LAYOUT_1u5": {
  23. "layout": [
  24. {"x": 0, "y": 0, "w": 1.50}
  25. ]
  26. },
  27. "LAYOUT_1u75": {
  28. "layout": [
  29. {"x": 0, "y": 0, "w": 1.75}
  30. ]
  31. },
  32. "LAYOUT_2u": {
  33. "layout": [
  34. {"x": 0, "y": 0, "w": 2}
  35. ]
  36. },
  37. "LAYOUT_2u25": {
  38. "layout": [
  39. {"x": 0, "y": 0, "w": 2.25}
  40. ]
  41. },
  42. "LAYOUT_2u75": {
  43. "layout": [
  44. {"x": 0, "y": 0, "w": 2.75}
  45. ]
  46. },
  47. "LAYOUT_3u": {
  48. "layout": [
  49. {"x": 0, "y": 0, "w": 3}
  50. ]
  51. },
  52. "LAYOUT_6u": {
  53. "layout": [
  54. {"x": 0, "y": 0, "w": 6}
  55. ]
  56. },
  57. "LAYOUT_6u25": {
  58. "layout": [
  59. {"x": 0, "y": 0, "w": 6.25}
  60. ]
  61. },
  62. "LAYOUT_7u": {
  63. "layout": [
  64. {"x": 0, "y": 0, "w": 7}
  65. ]
  66. },
  67. "LAYOUT_isoenter": {
  68. "layout": [
  69. {"x": 0.25, "y": 0, "w": 1.25, "h": 2}
  70. ]
  71. }
  72. }
  73. }