logo

qmk_firmware

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

keyboard.json (835B)


  1. {
  2. "manufacturer": "Trey Wax",
  3. "keyboard_name": "cloud_macro",
  4. "maintainer": "TweyHugs",
  5. "development_board": "kb2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true
  11. },
  12. "matrix_pins": {
  13. "direct":[
  14. ["GP2", "GP3", "GP4", "GP5", "GP6"]
  15. ]
  16. },
  17. "usb": {
  18. "device_version": "1.0.0",
  19. "pid": "0x0000",
  20. "vid": "0xFEED"
  21. },
  22. "layouts": {
  23. "LAYOUT": {
  24. "layout": [
  25. {"matrix": [0, 0], "x": 0, "y": 0},
  26. {"matrix": [0, 1], "x": 1, "y": 0},
  27. {"matrix": [0, 2], "x": 2, "y": 0},
  28. {"matrix": [0, 3], "x": 3, "y": 0},
  29. {"matrix": [0, 4], "x": 4, "y": 0}
  30. ]
  31. }
  32. }
  33. }