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.

49 lines
1.8 KiB

  1. {
  2. "manufacturer": "Zach White",
  3. "keyboard_name": "DirectPins ProMicro",
  4. "maintainer": "skullydazed",
  5. "bootloader": "atmel-dfu",
  6. "debounce": 5,
  7. "diode_direction": "COL2ROW",
  8. "features": {
  9. "bootmagic_lite": true,
  10. "extrakey": true,
  11. "mousekey": true
  12. },
  13. "matrix_pins": {
  14. "direct": [
  15. ["D3", null],
  16. ["D2", null],
  17. ["D1", "F4"],
  18. ["D0", "F5"],
  19. ["D4", "F6"],
  20. ["C6", "F7"],
  21. ["D7", "B1"],
  22. ["E6", "B3"],
  23. ["B4", "B2"],
  24. ["B5", "B6"]
  25. ]
  26. },
  27. "processor": "atmega32u4",
  28. "usb": {
  29. "device_ver": "0x0001",
  30. "pid": "0x2320",
  31. "vid": "0xFEED"
  32. },
  33. "layouts": {
  34. "LAYOUT_all": {
  35. "layout": [
  36. {"label":"D3", "matrix": [0, 0], "x":0, "y":0},
  37. {"label":"D2", "matrix": [1, 0], "x":0, "y":1},
  38. {"label":"D1", "matrix": [2, 0], "x":0, "y":4}, {"label":"F4", "matrix": [2, 1], "x":2, "y":4},
  39. {"label":"D0", "matrix": [3, 0], "x":0, "y":5}, {"label":"F5", "matrix": [3, 1], "x":2, "y":5},
  40. {"label":"D4", "matrix": [4, 0], "x":0, "y":6}, {"label":"F6", "matrix": [4, 1], "x":2, "y":6},
  41. {"label":"C6", "matrix": [5, 0], "x":0, "y":7}, {"label":"F7", "matrix": [5, 1], "x":2, "y":7},
  42. {"label":"D7", "matrix": [6, 0], "x":0, "y":8}, {"label":"B1", "matrix": [6, 1], "x":2, "y":8},
  43. {"label":"E6", "matrix": [7, 0], "x":0, "y":9}, {"label":"B3", "matrix": [7, 1], "x":2, "y":9},
  44. {"label":"B4", "matrix": [8, 0], "x":0, "y":10}, {"label":"B2", "matrix": [8, 1], "x":2, "y":10},
  45. {"label":"B5", "matrix": [9, 0], "x":0, "y":11}, {"label":"B6", "matrix": [9, 1], "x":2, "y":11}
  46. ]
  47. }
  48. }
  49. }