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.

40 lines
1023 B

  1. {
  2. "keyboard_name": "TutelPad",
  3. "manufacturer": "ItsFiremanSam",
  4. "url": "",
  5. "maintainer": "ItsFiremanSam",
  6. "usb": {
  7. "vid": "0xCB00",
  8. "pid": "0xF09F",
  9. "device_version": "0.0.1"
  10. },
  11. "bootmagic": {
  12. "matrix": [1, 0]
  13. },
  14. "ws2812": {
  15. "pin": "D3"
  16. },
  17. "processor": "atmega32u4",
  18. "bootloader": "caterina",
  19. "matrix_pins": {
  20. "direct": [
  21. ["E6", "D7", "B1", "B3"],
  22. ["B5", "B4", "B2", "B6"]
  23. ]
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"x": 0, "y": 0, "matrix": [0, 0]},
  29. {"x": 1, "y": 0, "matrix": [0, 1]},
  30. {"x": 2, "y": 0, "matrix": [0, 2]},
  31. {"x": 3, "y": 0, "matrix": [0, 3]},
  32. {"x": 0, "y": 1, "matrix": [1, 0]},
  33. {"x": 1, "y": 1, "matrix": [1, 1]},
  34. {"x": 2, "y": 1, "matrix": [1, 2]},
  35. {"x": 3, "y": 1, "matrix": [1, 3]}
  36. ]
  37. }
  38. }
  39. }