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.

32 lines
762 B

  1. {
  2. "keyboard_name": "Binary_Monkey",
  3. "manufacturer": "JKDLAB.",
  4. "url": "https://gumroad.com/jkdlab",
  5. "maintainer": "JKDLAB.",
  6. "usb": {
  7. "vid": "0x4934",
  8. "pid": "0x0101",
  9. "device_version": "0.0.1",
  10. "max_power": 100
  11. },
  12. "matrix_pins": {
  13. "cols": ["D1", "D2", "D3"],
  14. "rows": ["D0"]
  15. },
  16. "diode_direction": "COL2ROW",
  17. "bootmagic": {
  18. "matrix": [0, 2]
  19. },
  20. "processor": "atmega32u4",
  21. "bootloader": "atmel-dfu",
  22. "layouts": {
  23. "LAYOUT": {
  24. "layout": [
  25. {"matrix": [0, 1], "x": 0, "y": 0},
  26. {"matrix": [0, 2], "x": 1, "y": 0},
  27. {"matrix": [0, 0], "x": 0, "y": 1, "w": 2}
  28. ]
  29. }
  30. }
  31. }