logo

qmk_firmware

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

keyboard.json (763B)


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