logo

qmk_firmware

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

keyboard.json (948B)


  1. {
  2. "manufacturer": "Syenasweta",
  3. "keyboard_name": "SyenaKeyboards Aswagata",
  4. "maintainer": "syenasweta",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": true,
  10. "console": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["GP20", "GP21"],
  17. "rows": ["GP10", "GP11"]
  18. },
  19. "processor": "RP2040",
  20. "url": "https://github.com/syenasweta/syenakeyboards",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x4173",
  24. "vid": "0x5373"
  25. },
  26. "layouts": {
  27. "LAYOUT_ortho_2x2": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0},
  31. {"matrix": [1, 0], "x": 0, "y": 1},
  32. {"matrix": [1, 1], "x": 1, "y": 1}
  33. ]
  34. }
  35. }
  36. }