logo

qmk_firmware

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

keyboard.json (1362B)


  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. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D7", "E6", "B4"],
  28. "rows": ["D1", "D0", "D4", "C6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "bootmagic": {
  32. "matrix": [0, 1]
  33. },
  34. "development_board": "promicro",
  35. "layouts": {
  36. "LAYOUT": {
  37. "layout": [
  38. {"matrix": [0, 1], "x": 1, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2},
  45. {"matrix": [3, 0], "x": 0, "y": 3},
  46. {"matrix": [3, 1], "x": 1, "y": 3},
  47. {"matrix": [3, 2], "x": 2, "y": 3}
  48. ]
  49. }
  50. }
  51. }