keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "manufacturer": "Harry Cutts",
  3. "keyboard_name": "TwentyPad",
  4. "maintainer": "HarryCutts",
  5. "bootloader": "atmel-dfu",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true
  10. },
  11. "matrix_pins": {
  12. "direct": [
  13. ["B7", "D5", "B5", "F6"],
  14. ["B3", "D3", "B4", "F7"],
  15. ["B2", "D2", "D7", "C7"],
  16. ["B1", "D1", "D6", "C6"],
  17. ["B0", "D0", "D4", "B6"]
  18. ]
  19. },
  20. "processor": "atmega32u4",
  21. "url": "https://github.com/HarryCutts/twentypad/",
  22. "usb": {
  23. "device_version": "1.0.0",
  24. "pid": "0x209D",
  25. "vid": "0xFEED"
  26. },
  27. "community_layouts": ["ortho_5x4"],
  28. "layouts": {
  29. "LAYOUT_ortho_5x4": {
  30. "layout": [
  31. {"label": "B7", "matrix": [0, 0], "x": 0, "y": 0},
  32. {"label": "D5", "matrix": [0, 1], "x": 1, "y": 0},
  33. {"label": "B5", "matrix": [0, 2], "x": 2, "y": 0},
  34. {"label": "F6", "matrix": [0, 3], "x": 3, "y": 0},
  35. {"label": "B3", "matrix": [1, 0], "x": 0, "y": 1},
  36. {"label": "D3", "matrix": [1, 1], "x": 1, "y": 1},
  37. {"label": "B4", "matrix": [1, 2], "x": 2, "y": 1},
  38. {"label": "F7", "matrix": [1, 3], "x": 3, "y": 1},
  39. {"label": "B2", "matrix": [2, 0], "x": 0, "y": 2},
  40. {"label": "D2", "matrix": [2, 1], "x": 1, "y": 2},
  41. {"label": "D7", "matrix": [2, 2], "x": 2, "y": 2},
  42. {"label": "C7", "matrix": [2, 3], "x": 3, "y": 2},
  43. {"label": "B1", "matrix": [3, 0], "x": 0, "y": 3},
  44. {"label": "D1", "matrix": [3, 1], "x": 1, "y": 3},
  45. {"label": "D6", "matrix": [3, 2], "x": 2, "y": 3},
  46. {"label": "C6", "matrix": [3, 3], "x": 3, "y": 3},
  47. {"label": "B0", "matrix": [4, 0], "x": 0, "y": 4},
  48. {"label": "D0", "matrix": [4, 1], "x": 1, "y": 4},
  49. {"label": "D4", "matrix": [4, 2], "x": 2, "y": 4},
  50. {"label": "B6", "matrix": [4, 3], "x": 3, "y": 4}
  51. ]
  52. }
  53. }
  54. }