logo

qmk_firmware

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

keyboard.json (1128B)


  1. {
  2. "keyboard_name": "Gust",
  3. "manufacturer": "AfternoonLabs",
  4. "url": "afternoonlabs.com/breeze",
  5. "maintainer": "eithanshavit",
  6. "usb": {
  7. "vid": "0x616C",
  8. "pid": "0x0002",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false
  16. },
  17. "matrix_pins": {
  18. "cols": ["D1", "D2", "D3"],
  19. "rows": ["F5", "F4", "D0"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina",
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [0, 0], "x": 0, "y": 0},
  28. {"matrix": [0, 1], "x": 1, "y": 0},
  29. {"matrix": [0, 2], "x": 2, "y": 0},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1},
  33. {"matrix": [2, 0], "x": 0, "y": 3},
  34. {"matrix": [2, 1], "x": 1, "y": 3},
  35. {"matrix": [2, 2], "x": 2, "y": 3}
  36. ]
  37. }
  38. }
  39. }