logo

qmk_firmware

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

keyboard.json (965B)


  1. {
  2. "manufacturer": "marshkeys.com",
  3. "keyboard_name": "Flowerpad",
  4. "maintainer": "Ethirallan",
  5. "bootmagic": {
  6. "matrix": [0, 1]
  7. },
  8. "development_board": "promicro",
  9. "diode_direction": "COL2ROW",
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["F7", "F6", "F5"],
  17. "rows": ["C6", "D4", "D0"]
  18. },
  19. "url": "marshkeys.com",
  20. "usb": {
  21. "device_version": "1.0.0",
  22. "pid": "0x466C",
  23. "vid": "0x4D61"
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 1], "x": 0, "y": 1},
  29. {"matrix": [1, 0], "x": 1, "y": 0},
  30. {"matrix": [1, 1], "x": 1, "y": 1},
  31. {"matrix": [1, 2], "x": 1, "y": 2},
  32. {"matrix": [2, 0], "x": 2, "y": 0},
  33. {"matrix": [2, 2], "x": 2, "y": 2}
  34. ]
  35. }
  36. }
  37. }