logo

qmk_firmware

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

keyboard.json (947B)


  1. {
  2. "manufacturer": "nwhirschfeld",
  3. "keyboard_name": "TechnicPad",
  4. "maintainer": "nwhirschfeld",
  5. "build": {
  6. "lto": true
  7. },
  8. "development_board": "promicro",
  9. "features": {
  10. "bootmagic": true,
  11. "extrakey": true,
  12. "mousekey": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["D1"],
  17. ["D0"],
  18. ["D4"],
  19. ["C6"]
  20. ]
  21. },
  22. "url": "https://github.com/nwhirschfeld/TechnicPad",
  23. "usb": {
  24. "device_version": "0.0.1",
  25. "pid": "0x5450",
  26. "vid": "0x4E57"
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"label": "D1", "matrix": [0, 0], "x": 0, "y": 0},
  32. {"label": "D0", "matrix": [1, 0], "x": 0, "y": 1},
  33. {"label": "D4", "matrix": [2, 0], "x": 1, "y": 0},
  34. {"label": "C6", "matrix": [3, 0], "x": 1, "y": 1}
  35. ]
  36. }
  37. }
  38. }