keyboard.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "keyboard_name": "M10-A",
  3. "manufacturer": "RAMA WORKS",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x5241",
  8. "pid": "0x00AA",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": false,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "unicode": true
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["F5", "F1", "F0"],
  29. "rows": ["B6", "F7", "F6", "D6"]
  30. },
  31. "diode_direction": "ROW2COL",
  32. "backlight": {
  33. "pin": "B7",
  34. "levels": 6
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "atmel-dfu",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [1, 0], "x": 0, "y": 1},
  45. {"matrix": [1, 1], "x": 1, "y": 1},
  46. {"matrix": [1, 2], "x": 2, "y": 1},
  47. {"matrix": [2, 0], "x": 0, "y": 2},
  48. {"matrix": [2, 1], "x": 1, "y": 2},
  49. {"matrix": [2, 2], "x": 2, "y": 2},
  50. {"matrix": [3, 2], "x": 1, "y": 3, "w": 2}
  51. ]
  52. }
  53. }
  54. }