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.

54 lines
1.7 KiB

  1. {
  2. "keyboard_name": "SouthPad",
  3. "processor": "atmega32u2",
  4. "bootloader": "atmel-dfu",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6060",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "command": false,
  13. "console": false,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "diode_direction": "COL2ROW",
  19. "matrix_pins": {
  20. "cols": ["B0", "B1", "B2", "B4"],
  21. "rows": ["B3", "B5", "B6", "B7", "C7", "C6"]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"matrix": [0, 0], "x": 0, "y": 0},
  27. {"matrix": [0, 1], "x": 1, "y": 0},
  28. {"matrix": [0, 2], "x": 2, "y": 0},
  29. {"matrix": [0, 3], "x": 3, "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": [1, 3], "x": 3, "y": 1},
  34. {"matrix": [2, 1], "x": 1, "y": 2},
  35. {"matrix": [2, 2], "x": 2, "y": 2},
  36. {"matrix": [2, 3], "x": 3, "y": 2},
  37. {"matrix": [2, 0], "x": 0, "y": 2, "h": 2},
  38. {"matrix": [3, 1], "x": 1, "y": 3},
  39. {"matrix": [3, 2], "x": 2, "y": 3},
  40. {"matrix": [3, 3], "x": 3, "y": 3},
  41. {"matrix": [4, 1], "x": 1, "y": 4},
  42. {"matrix": [4, 2], "x": 2, "y": 4},
  43. {"matrix": [4, 3], "x": 3, "y": 4},
  44. {"matrix": [4, 0], "x": 0, "y": 4, "h": 2},
  45. {"matrix": [5, 1], "x": 1, "y": 5},
  46. {"matrix": [5, 3], "x": 2, "y": 5, "w": 2}
  47. ]
  48. }
  49. }
  50. }