keyboard.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "keyboard_name": "earth_rover",
  3. "manufacturer": "k.bigwheel",
  4. "url": "https://github.com/bigwheel/earth_rover",
  5. "maintainer": "k.bigwheel",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xEE11",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["F4", "F5", "F6", "F7"],
  25. "rows": ["D4", "C6", "D7", "E6"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "development_board": "promicro",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 1], "x": 1.25, "y": 0},
  33. {"matrix": [0, 2], "x": 2.25, "y": 0},
  34. {"matrix": [1, 0], "x": 0, "y": 1.25},
  35. {"matrix": [1, 1], "x": 1.25, "y": 1.25},
  36. {"matrix": [1, 2], "x": 2.25, "y": 1.25},
  37. {"matrix": [1, 3], "x": 3.5, "y": 1.25},
  38. {"matrix": [2, 0], "x": 0, "y": 2.25},
  39. {"matrix": [2, 1], "x": 1.25, "y": 2.25},
  40. {"matrix": [2, 2], "x": 2.25, "y": 2.25},
  41. {"matrix": [2, 3], "x": 3.5, "y": 2.25},
  42. {"matrix": [3, 0], "x": 0, "y": 3.25},
  43. {"matrix": [3, 1], "x": 1.25, "y": 3.25},
  44. {"matrix": [3, 2], "x": 2.25, "y": 3.25},
  45. {"matrix": [3, 3], "x": 3.5, "y": 3.25}
  46. ]
  47. }
  48. }
  49. }