keyboard.json 1.3 KB

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