keyboard.json 801 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "usb": {
  3. "pid": "0x0030",
  4. "device_version": "0.0.1"
  5. },
  6. "features": {
  7. "bootmagic": false,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": true,
  11. "unicode": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["F7", "B6", "F4"],
  15. "rows": ["E6", "B3"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "development_board": "promicro",
  19. "layouts": {
  20. "LAYOUT": {
  21. "layout": [
  22. {"matrix": [0, 0], "x": 0, "y": 0},
  23. {"matrix": [0, 1], "x": 1, "y": 0},
  24. {"matrix": [0, 2], "x": 2, "y": 0},
  25. {"matrix": [1, 0], "x": 0, "y": 1},
  26. {"matrix": [1, 1], "x": 1, "y": 1},
  27. {"matrix": [1, 2], "x": 2, "y": 1}
  28. ]
  29. }
  30. }
  31. }