logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2957B)


  1. {
  2. "keyboard_name": "FMe",
  3. "manufacturer": "keebzdotnet",
  4. "maintainer": "keebzdotnet",
  5. "usb": {
  6. "vid": "0x4B5A",
  7. "pid": "0x8008",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true
  15. },
  16. "qmk": {
  17. "locking": {
  18. "enabled": true,
  19. "resync": true
  20. }
  21. },
  22. "matrix_pins": {
  23. "cols": ["B0", "B4", "B1", "B3", "B2"],
  24. "rows": ["B6", "B5", "B7", "D2"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "processor": "atmega32u4",
  28. "bootloader": "atmel-dfu",
  29. "layout_aliases": {
  30. "LAYOUT": "LAYOUT_all"
  31. },
  32. "layouts": {
  33. "LAYOUT_all": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [1, 3], "x": 1, "y": 0},
  37. {"matrix": [1, 4], "x": 2, "y": 0},
  38. {"matrix": [1, 2], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 4, "y": 0},
  40. {"matrix": [1, 1], "x": 0.25, "y": 1},
  41. {"matrix": [0, 4], "x": 1.25, "y": 1},
  42. {"matrix": [0, 2], "x": 2.25, "y": 1},
  43. {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75},
  44. {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75},
  45. {"matrix": [3, 2], "x": 3, "y": 3},
  46. {"matrix": [2, 1], "x": 3, "y": 2, "w": 2},
  47. {"matrix": [0, 1], "x": 4, "y": 3}
  48. ]
  49. },
  50. "LAYOUT_1x2u": {
  51. "layout": [
  52. {"matrix": [0, 0], "x": 0, "y": 0},
  53. {"matrix": [1, 3], "x": 1, "y": 0},
  54. {"matrix": [1, 4], "x": 2, "y": 0},
  55. {"matrix": [1, 2], "x": 3, "y": 0},
  56. {"matrix": [1, 0], "x": 4, "y": 0},
  57. {"matrix": [1, 1], "x": 0.25, "y": 1},
  58. {"matrix": [0, 4], "x": 1.25, "y": 1},
  59. {"matrix": [0, 2], "x": 2.25, "y": 1},
  60. {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75},
  61. {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75},
  62. {"matrix": [2, 1], "x": 3, "y": 2, "w": 2}
  63. ]
  64. },
  65. "LAYOUT_2x1u": {
  66. "layout": [
  67. {"matrix": [0, 0], "x": 0, "y": 0},
  68. {"matrix": [1, 3], "x": 1, "y": 0},
  69. {"matrix": [1, 4], "x": 2, "y": 0},
  70. {"matrix": [1, 2], "x": 3, "y": 0},
  71. {"matrix": [1, 0], "x": 4, "y": 0},
  72. {"matrix": [1, 1], "x": 0.25, "y": 1},
  73. {"matrix": [0, 4], "x": 1.25, "y": 1},
  74. {"matrix": [0, 2], "x": 2.25, "y": 1},
  75. {"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75},
  76. {"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75},
  77. {"matrix": [3, 2], "x": 3, "y": 2},
  78. {"matrix": [0, 1], "x": 4, "y": 2}
  79. ]
  80. }
  81. }
  82. }