keyboard.json 963 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "keyboard_name": "[1x4] + 1 Macropad",
  3. "manufacturer": "Array Peripherals",
  4. "url": "https://github.com/daviddoan",
  5. "maintainer": "David Doan",
  6. "usb": {
  7. "vid": "0x4152",
  8. "pid": "0x4F46",
  9. "device_version": "0.0.1"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "F0", "pin_b": "F1"}
  14. ]
  15. },
  16. "processor": "atmega32u4",
  17. "bootloader": "caterina",
  18. "features": {
  19. "bootmagic": true,
  20. "command": false,
  21. "console": false,
  22. "encoder": true,
  23. "extrakey": true,
  24. "mousekey": true,
  25. "nkro": true,
  26. "unicode": true
  27. },
  28. "matrix_pins": {
  29. "direct": [
  30. ["C7", "B7", "D6", "F5", "F7"]
  31. ]
  32. },
  33. "layouts": {
  34. "LAYOUT_ortho_1x5": {
  35. "layout": [
  36. {"x": 0, "y": 0, "matrix": [0, 0]},
  37. {"x": 1, "y": 0, "matrix": [0, 1]},
  38. {"x": 2, "y": 0, "matrix": [0, 2]},
  39. {"x": 3, "y": 0, "matrix": [0, 3]},
  40. {"x": 4, "y": 0, "matrix": [0, 4]}
  41. ]
  42. }
  43. }
  44. }