You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
897 B

  1. {
  2. "keyboard_name": "Frooastboard",
  3. "url": "https://github.com/frooastside/qmk_firmware/tree/master/keyboards/frooastboard",
  4. "maintainer": "frooastside",
  5. "debounce": 5,
  6. "diode_direction": "COL2ROW",
  7. "layouts": {
  8. "LAYOUT": {
  9. "layout": [
  10. {
  11. "label": "Z",
  12. "x": 0,
  13. "y": 0
  14. },
  15. {
  16. "label": "X",
  17. "x": 1,
  18. "y": 0
  19. },
  20. {
  21. "label": "Esc",
  22. "x": 0,
  23. "y": 1
  24. },
  25. {
  26. "label": "~",
  27. "x": 1,
  28. "y": 1
  29. }
  30. ]
  31. },
  32. },
  33. "matrix_pins": {
  34. "rows": ["B0", "B1"],
  35. "cols": ["B2", "B3"]
  36. },
  37. "usb": {
  38. "vid": "0x4642",
  39. "pid": "0x6F21",
  40. "device_ver": "0x0001"
  41. }
  42. }