logo

qmk_firmware

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

info.json (983B)


  1. {
  2. "keyboard_name": "namecard2x4",
  3. "manufacturer": "takashiski",
  4. "url": "https://skyhigh-works.hatenablog.com/",
  5. "maintainer": "takashiski",
  6. "features": {
  7. "bootmagic": false,
  8. "command": true,
  9. "console": true,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": false
  13. },
  14. "usb": {
  15. "vid": "0xFEED",
  16. "pid": "0x0000",
  17. "device_version": "0.0.1"
  18. },
  19. "development_board": "promicro",
  20. "layouts": {
  21. "LAYOUT": {
  22. "layout": [
  23. {"matrix": [0, 0], "x": 0, "y": 0},
  24. {"matrix": [0, 1], "x": 1, "y": 0},
  25. {"matrix": [0, 2], "x": 2, "y": 0},
  26. {"matrix": [0, 3], "x": 3, "y": 0},
  27. {"matrix": [1, 0], "x": 0, "y": 1},
  28. {"matrix": [1, 1], "x": 1, "y": 1},
  29. {"matrix": [1, 2], "x": 2, "y": 1},
  30. {"matrix": [1, 3], "x": 3, "y": 1}
  31. ]
  32. }
  33. }
  34. }