keyboard.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "keyboard_name": "Soup10",
  3. "manufacturer": "icesoup",
  4. "url": "https://github.com/Sadeeed/soup10",
  5. "maintainer": "Sadeeed",
  6. "usb": {
  7. "vid": "0x5375",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "build": {
  12. "lto": true
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "command": false,
  17. "console": false,
  18. "extrakey": true,
  19. "mousekey": false,
  20. "nkro": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["D7", "E6", "B4"],
  30. "rows": ["D1", "D0", "D4", "C6"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "bootmagic": {
  34. "matrix": [0, 1]
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "caterina",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 1], "x": 1, "y": 0},
  42. {"matrix": [1, 0], "x": 0, "y": 1},
  43. {"matrix": [1, 1], "x": 1, "y": 1},
  44. {"matrix": [1, 2], "x": 2, "y": 1},
  45. {"matrix": [2, 0], "x": 0, "y": 2},
  46. {"matrix": [2, 1], "x": 1, "y": 2},
  47. {"matrix": [2, 2], "x": 2, "y": 2},
  48. {"matrix": [3, 0], "x": 0, "y": 3},
  49. {"matrix": [3, 1], "x": 1, "y": 3},
  50. {"matrix": [3, 2], "x": 2, "y": 3}
  51. ]
  52. }
  53. }
  54. }