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.

45 lines
1.1 KiB

  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. "rgblight": {
  15. "hue_steps": 10,
  16. "led_count": 4,
  17. "sleep": true
  18. },
  19. "ws2812": {
  20. "pin": "D3"
  21. },
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina",
  24. "matrix_pins": {
  25. "direct": [
  26. ["E6", "D7", "B1", "B3"],
  27. ["B5", "B4", "B2", "B6"]
  28. ]
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"x": 0, "y": 0, "matrix": [0, 0]},
  34. {"x": 1, "y": 0, "matrix": [0, 1]},
  35. {"x": 2, "y": 0, "matrix": [0, 2]},
  36. {"x": 3, "y": 0, "matrix": [0, 3]},
  37. {"x": 0, "y": 1, "matrix": [1, 0]},
  38. {"x": 1, "y": 1, "matrix": [1, 1]},
  39. {"x": 2, "y": 1, "matrix": [1, 2]},
  40. {"x": 3, "y": 1, "matrix": [1, 3]}
  41. ]
  42. }
  43. }
  44. }