logo

qmk_firmware

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

keyboard.json (3429B)


  1. {
  2. "keyboard_name": "The foobar Keyboard",
  3. "manufacturer": "di0ib",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4025",
  7. "pid": "0x0F00",
  8. "device_version": "1.0.0"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F6", "F7", "B1", "B3", "B2"],
  12. "rows": ["D7", "E6", "B4"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "features": {
  16. "bootmagic": true,
  17. "mousekey": true,
  18. "extrakey": true,
  19. "command": true,
  20. "nkro": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "split": {
  29. "enabled": true,
  30. "serial": {
  31. "pin": "D0"
  32. }
  33. },
  34. "development_board": "promicro",
  35. "community_layouts": ["ortho_3x10"],
  36. "layout_aliases": {
  37. "LAYOUT_macro": "LAYOUT_ortho_3x5",
  38. "LAYOUT_split": "LAYOUT_ortho_3x10"
  39. },
  40. "layouts": {
  41. "LAYOUT_ortho_3x5": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0},
  47. {"matrix": [0, 4], "x": 4, "y": 0},
  48. {"matrix": [1, 0], "x": 0, "y": 1},
  49. {"matrix": [1, 1], "x": 1, "y": 1},
  50. {"matrix": [1, 2], "x": 2, "y": 1},
  51. {"matrix": [1, 3], "x": 3, "y": 1},
  52. {"matrix": [1, 4], "x": 4, "y": 1},
  53. {"matrix": [2, 0], "x": 0, "y": 2},
  54. {"matrix": [2, 1], "x": 1, "y": 2},
  55. {"matrix": [2, 2], "x": 2, "y": 2},
  56. {"matrix": [2, 3], "x": 3, "y": 2},
  57. {"matrix": [2, 4], "x": 4, "y": 2}
  58. ]
  59. },
  60. "LAYOUT_ortho_3x10": {
  61. "layout": [
  62. {"matrix": [0, 0], "x": 0, "y": 0},
  63. {"matrix": [0, 1], "x": 1, "y": 0},
  64. {"matrix": [0, 2], "x": 2, "y": 0},
  65. {"matrix": [0, 3], "x": 3, "y": 0},
  66. {"matrix": [0, 4], "x": 4, "y": 0},
  67. {"matrix": [3, 4], "x": 5, "y": 0},
  68. {"matrix": [3, 3], "x": 6, "y": 0},
  69. {"matrix": [3, 2], "x": 7, "y": 0},
  70. {"matrix": [3, 1], "x": 8, "y": 0},
  71. {"matrix": [3, 0], "x": 9, "y": 0},
  72. {"matrix": [1, 0], "x": 0, "y": 1},
  73. {"matrix": [1, 1], "x": 1, "y": 1},
  74. {"matrix": [1, 2], "x": 2, "y": 1},
  75. {"matrix": [1, 3], "x": 3, "y": 1},
  76. {"matrix": [1, 4], "x": 4, "y": 1},
  77. {"matrix": [4, 4], "x": 5, "y": 1},
  78. {"matrix": [4, 3], "x": 6, "y": 1},
  79. {"matrix": [4, 2], "x": 7, "y": 1},
  80. {"matrix": [4, 1], "x": 8, "y": 1},
  81. {"matrix": [4, 0], "x": 9, "y": 1},
  82. {"matrix": [2, 0], "x": 0, "y": 2},
  83. {"matrix": [2, 1], "x": 1, "y": 2},
  84. {"matrix": [2, 2], "x": 2, "y": 2},
  85. {"matrix": [2, 3], "x": 3, "y": 2},
  86. {"matrix": [2, 4], "x": 4, "y": 2},
  87. {"matrix": [5, 4], "x": 5, "y": 2},
  88. {"matrix": [5, 3], "x": 6, "y": 2},
  89. {"matrix": [5, 2], "x": 7, "y": 2},
  90. {"matrix": [5, 1], "x": 8, "y": 2},
  91. {"matrix": [5, 0], "x": 9, "y": 2}
  92. ]
  93. }
  94. }
  95. }