keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "keyboard_name": "2x3",
  3. "manufacturer": "Stream Cheap",
  4. "url": "https://www.thingiverse.com/thing:4497991",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x7363",
  8. "pid": "0x1213",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "caterina",
  13. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "direct": [
  29. ["D1", "C6", "B4"],
  30. ["D0", "D4", "D7"]
  31. ]
  32. },
  33. "community_layouts": ["ortho_2x3"],
  34. "layouts": {
  35. "LAYOUT_ortho_2x3": {
  36. "layout": [
  37. {"x": 0, "y": 0, "matrix": [0, 0]},
  38. {"x": 1, "y": 0, "matrix": [0, 1]},
  39. {"x": 2, "y": 0, "matrix": [0, 2]},
  40. {"x": 0, "y": 1, "matrix": [1, 0]},
  41. {"x": 1, "y": 1, "matrix": [1, 1]},
  42. {"x": 2, "y": 1, "matrix": [1, 2]}
  43. ]
  44. }
  45. }
  46. }