keyboard.json 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "keyboard_name": "M4-A",
  3. "manufacturer": "RAMA WORKS",
  4. "url": "http://rama.works",
  5. "maintainer": "naut",
  6. "usb": {
  7. "vid": "0x5241",
  8. "pid": "0x004A",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F6", "F7"],
  27. "rows": ["C7", "C6"]
  28. },
  29. "diode_direction": "ROW2COL",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [1, 1], "x": 2, "y": 0, "h": 2},
  38. {"matrix": [1, 0], "x": 0, "y": 1, "w": 2}
  39. ]
  40. }
  41. }
  42. }