info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "manufacturer": "Joe Fass",
  3. "keyboard_name": "tkk",
  4. "maintainer": "jfass",
  5. "bootloader": "halfkay",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["B0", "B1", "B2", "B3", "B7", "D0", "D1", "D2", "D3", "C6"]
  17. ]
  18. },
  19. "processor": "atmega32u4",
  20. "url": "",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0000",
  24. "vid": "0xFEED"
  25. },
  26. "layouts": {
  27. "LAYOUT_all": {
  28. "layout": [
  29. { "matrix": [0, 0], "x": 0, "y": 0 },
  30. { "matrix": [0, 1], "x": 1, "y": 0 },
  31. { "matrix": [0, 2], "x": 2, "y": 0 },
  32. { "matrix": [0, 3], "x": 3, "y": 0 },
  33. { "matrix": [0, 4], "x": 4, "y": 0 },
  34. { "matrix": [0, 5], "x": 5, "y": 0 },
  35. { "matrix": [0, 6], "x": 6, "y": 0 },
  36. { "matrix": [0, 7], "x": 7, "y": 0 },
  37. { "matrix": [0, 8], "x": 8, "y": 0 },
  38. { "matrix": [0, 9], "x": 9, "y": 0 }
  39. ]
  40. }
  41. }
  42. }