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.

40 lines
941 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. "features": {
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": false
  19. },
  20. "matrix_pins": {
  21. "cols": ["D1", "D2", "D3"],
  22. "rows": ["D0"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "bootmagic": {
  26. "matrix": [0, 2]
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "atmel-dfu",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 1], "x": 0, "y": 0},
  34. {"matrix": [0, 2], "x": 1, "y": 0},
  35. {"matrix": [0, 0], "x": 0, "y": 1, "w": 2}
  36. ]
  37. }
  38. }
  39. }