logo

qmk_firmware

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

keyboard.json (2013B)


  1. {
  2. "keyboard_name": "The 6lit Macropad",
  3. "manufacturer": "di0ib",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4025",
  7. "pid": "0x0F61",
  8. "device_version": "1.0.0"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F6", "F7", "B1"],
  12. "rows": ["D7", "E6"]
  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_2x3", "ortho_2x6"],
  36. "layout_aliases": {
  37. "LAYOUT_macro": "LAYOUT_ortho_2x3",
  38. "LAYOUT_split": "LAYOUT_ortho_2x6"
  39. },
  40. "layouts": {
  41. "LAYOUT_ortho_2x3": {
  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": [1, 0], "x": 0, "y": 1},
  47. {"matrix": [1, 1], "x": 1, "y": 1},
  48. {"matrix": [1, 2], "x": 2, "y": 1}
  49. ]
  50. },
  51. "LAYOUT_ortho_2x6": {
  52. "layout": [
  53. {"matrix": [0, 0], "x": 0, "y": 0},
  54. {"matrix": [0, 1], "x": 1, "y": 0},
  55. {"matrix": [0, 2], "x": 2, "y": 0},
  56. {"matrix": [2, 2], "x": 3, "y": 0},
  57. {"matrix": [2, 1], "x": 4, "y": 0},
  58. {"matrix": [2, 0], "x": 5, "y": 0},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1},
  61. {"matrix": [1, 2], "x": 2, "y": 1},
  62. {"matrix": [3, 2], "x": 3, "y": 1},
  63. {"matrix": [3, 1], "x": 4, "y": 1},
  64. {"matrix": [3, 0], "x": 5, "y": 1}
  65. ]
  66. }
  67. }
  68. }