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.

52 lines
1.6 KiB

  1. {
  2. "keyboard_name": "Helpo",
  3. "manufacturer": "Axolstudio",
  4. "url": "",
  5. "maintainer": "kb-elmo",
  6. "usb": {
  7. "vid": "0x525C",
  8. "pid": "0xC89F",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "mousekey": true,
  14. "extrakey": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["A1", "B4", "B3", "B2", "B1"],
  18. "rows": ["A2", "A3", "A4", "A5"]
  19. },
  20. "diode_direction": "COL2ROW",
  21. "processor": "atmega32a",
  22. "bootloader": "usbasploader",
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"matrix": [0, 4], "x": 0, "y": 0},
  27. {"matrix": [0, 3], "x": 1, "y": 0},
  28. {"matrix": [0, 2], "x": 2, "y": 0},
  29. {"matrix": [0, 1], "x": 3, "y": 0},
  30. {"matrix": [0, 0], "x": 4, "y": 0},
  31. {"matrix": [1, 4], "x": 0, "y": 1},
  32. {"matrix": [1, 3], "x": 1, "y": 1},
  33. {"matrix": [1, 2], "x": 2, "y": 1},
  34. {"matrix": [1, 1], "x": 3, "y": 1},
  35. {"matrix": [1, 0], "x": 4, "y": 1},
  36. {"matrix": [2, 4], "x": 0, "y": 2},
  37. {"matrix": [2, 3], "x": 1, "y": 2},
  38. {"matrix": [2, 2], "x": 2, "y": 2},
  39. {"matrix": [2, 1], "x": 3, "y": 2},
  40. {"matrix": [2, 0], "x": 4, "y": 2},
  41. {"matrix": [3, 4], "x": 0, "y": 3},
  42. {"matrix": [3, 3], "x": 1, "y": 3},
  43. {"matrix": [3, 2], "x": 2, "y": 3},
  44. {"matrix": [3, 1], "x": 3, "y": 3},
  45. {"matrix": [3, 0], "x": 4, "y": 3}
  46. ]
  47. }
  48. }
  49. }