keyboard.json 841 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "keyboard_name": "Stealth",
  3. "manufacturer": "Ocean",
  4. "url": "",
  5. "maintainer": "Ocean",
  6. "usb": {
  7. "vid": "0x9624",
  8. "pid": "0x0010",
  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": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["D0", "D4", "C6"],
  21. "rows": ["D1"]
  22. },
  23. "diode_direction": "ROW2COL",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0, "w": 2.25},
  30. {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.25},
  31. {"matrix": [0, 2], "x": 1.25, "y": 1}
  32. ]
  33. }
  34. }
  35. }