logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

info.json (658B)


  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. "extrakey": true,
  15. "mousekey": false,
  16. "nkro": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["B5", "B6", "B2", "B3", "B1", "F7", "F6", "F5"],
  20. "rows": ["C6", "D4", "D0", "B4", "E6", "D7", "D1", "D2", "D3"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "processor": "atmega32u4",
  24. "bootloader": "caterina"
  25. }