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.

43 lines
1.1 KiB

  1. {
  2. "keyboard_name": "Six Pack",
  3. "manufacturer": "di0ib",
  4. "url": "https://www.40percent.club/2017/05/six-pack-11.html",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x4025",
  8. "pid": "0x5350",
  9. "device_version": "10.0.1"
  10. },
  11. "backlight": {
  12. "driver": "timer",
  13. "pins": ["F4", "F5"],
  14. "levels": 6,
  15. "breathing": true
  16. },
  17. "indicators": {
  18. "caps_lock": "B0",
  19. "num_lock": "D5",
  20. "on_state": 0
  21. },
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina",
  24. "matrix_pins": {
  25. "direct": [
  26. ["D4", "C6", "D7"],
  27. ["E6", "B4", "B5"]
  28. ]
  29. },
  30. "community_layouts": ["ortho_2x3"],
  31. "layouts": {
  32. "LAYOUT_ortho_2x3": {
  33. "layout": [
  34. {"x": 0, "y": 0, "matrix": [0, 0]},
  35. {"x": 1, "y": 0, "matrix": [0, 1]},
  36. {"x": 2, "y": 0, "matrix": [0, 2]},
  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. ]
  41. }
  42. }
  43. }