info.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "manufacturer": "bwprobably",
  3. "keyboard_name": "DactylMacropad",
  4. "maintainer": "bwprobably",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "encoder":true
  15. },
  16. "matrix_pins": {
  17. "cols": ["F7", "B1", "B3", "B2", "B6"],
  18. "rows": ["F6", "B4", "B5"]
  19. },
  20. "processor": "atmega32u4",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0000",
  24. "vid": "0xFEED"
  25. },
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "D1", "pin_b": "D0"}
  29. ]
  30. },
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. { "matrix": [0, 0], "x": 0, "y": 0 },
  35. { "matrix": [0, 1], "x": 1, "y": 0 },
  36. { "matrix": [0, 2], "x": 2, "y": 0 },
  37. { "matrix": [0, 3], "x": 3, "y": 0 },
  38. { "matrix": [1, 0], "x": 0, "y": 1 },
  39. { "matrix": [1, 1], "x": 1, "y": 1 },
  40. { "matrix": [1, 2], "x": 2, "y": 1 },
  41. { "matrix": [1, 3], "x": 3, "y": 1 },
  42. { "matrix": [2, 0], "x": 0, "y": 2 },
  43. { "matrix": [2, 1], "x": 1, "y": 2 },
  44. { "matrix": [2, 2], "x": 2, "y": 2 },
  45. { "matrix": [2, 3], "x": 3, "y": 2 },
  46. { "matrix": [2, 4], "x": 4, "y": 2 }
  47. ]
  48. }
  49. }
  50. }