logo

qmk_firmware

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

info.json (583B)


  1. {
  2. "keyboard_name": "pytest",
  3. "manufacturer": "none",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6465",
  8. "device_version": "0.0.1"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F4"],
  12. "rows": ["F5"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "processor": "atmega32u4",
  16. "bootloader": "atmel-dfu",
  17. "layout_aliases": {
  18. "LAYOUT": "LAYOUT_ortho_1x1"
  19. },
  20. "layouts": {
  21. "LAYOUT_ortho_1x1": {
  22. "layout": [
  23. {"matrix": [0, 0], "x": 0, "y": 0}
  24. ]
  25. }
  26. }
  27. }