logo

qmk_firmware

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

info.json (987B)


  1. {
  2. "manufacturer": "Its TLeo",
  3. "keyboard_name": "ItsTleo9",
  4. "maintainer": "Its TLeo",
  5. "diode_direction": "COL2ROW",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": true
  11. },
  12. "usb": {
  13. "device_version": "1.0.0",
  14. "pid": "0x0001",
  15. "vid": "0x4954"
  16. },
  17. "community_layouts": ["ortho_3x3"],
  18. "layouts": {
  19. "LAYOUT_ortho_3x3": {
  20. "layout": [
  21. { "matrix": [0, 0], "x": 0, "y": 0 },
  22. { "matrix": [0, 1], "x": 1, "y": 0 },
  23. { "matrix": [0, 2], "x": 2, "y": 0 },
  24. { "matrix": [1, 0], "x": 0, "y": 1 },
  25. { "matrix": [1, 1], "x": 1, "y": 1 },
  26. { "matrix": [1, 2], "x": 2, "y": 1 },
  27. { "matrix": [2, 0], "x": 0, "y": 2 },
  28. { "matrix": [2, 1], "x": 1, "y": 2 },
  29. { "matrix": [2, 2], "x": 2, "y": 2 }
  30. ]
  31. }
  32. }
  33. }