logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (774B)


  1. {
  2. "keyboard_name": "Stealth",
  3. "manufacturer": "Ocean",
  4. "maintainer": "Ocean",
  5. "usb": {
  6. "vid": "0x9624",
  7. "pid": "0x0010",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["D0", "D4", "C6"],
  18. "rows": ["D1"]
  19. },
  20. "diode_direction": "ROW2COL",
  21. "processor": "atmega32u4",
  22. "bootloader": "caterina",
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"matrix": [0, 0], "x": 0, "y": 0, "w": 2.25},
  27. {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.25},
  28. {"matrix": [0, 2], "x": 1.25, "y": 1}
  29. ]
  30. }
  31. }
  32. }