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.

37 lines
888 B

  1. {
  2. "keyboard_name": "Labbe Mini V1",
  3. "manufacturer": "Labbe",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xABBE",
  8. "pid": "0x4C4D",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": false,
  16. "mousekey": false,
  17. "nkro": false
  18. },
  19. "matrix_pins": {
  20. "cols": ["F0", "F1", "F4"],
  21. "rows": ["F5", "F6"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "atmel-dfu",
  26. "layouts": {
  27. "LAYOUT_wasd": {
  28. "layout": [
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1}
  33. ]
  34. }
  35. }
  36. }