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.

26 lines
684 B

  1. {
  2. "keyboard_name": "Tripel",
  3. "manufacturer": "Peej",
  4. "url": "https://github.com/peej/tripel-keyboard",
  5. "maintainer": "Peej",
  6. "usb": {
  7. "vid": "0x706A",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B5", "B6", "B2", "B3", "B1", "F7", "F6", "F5"],
  21. "rows": ["C6", "D4", "D0", "B4", "E6", "D7", "D1", "D2", "D3"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina"
  26. }