You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.8 KiB

  1. {
  2. "keyboard_name": "Tenkey++",
  3. "manufacturer": "Lizard Trick Electronics",
  4. "url": "https://github.com/jonbobcar/tenkey_plusplus",
  5. "maintainer": "Jonathon Carstens",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["D5", "D3", "D2", "F7"],
  13. "rows": ["B7", "D4", "B5", "B6", "C6", "C7"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "B4", "pin_b": "D7"},
  19. {"pin_a": "F0", "pin_b": "E6"},
  20. {"pin_a": "F4", "pin_b": "F1"}
  21. ]
  22. },
  23. "processor": "atmega32u4",
  24. "bootloader": "atmel-dfu",
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.3},
  29. {"matrix": [0, 1], "x": 1.3, "y": 0, "w": 1.4},
  30. {"matrix": [0, 3], "x": 2.7, "y": 0, "w": 1.3},
  31. {"matrix": [1, 0], "x": 0, "y": 1},
  32. {"matrix": [1, 1], "x": 1, "y": 1},
  33. {"matrix": [1, 2], "x": 2, "y": 1},
  34. {"matrix": [1, 3], "x": 3, "y": 1},
  35. {"matrix": [2, 0], "x": 0, "y": 2},
  36. {"matrix": [2, 1], "x": 1, "y": 2},
  37. {"matrix": [2, 2], "x": 2, "y": 2},
  38. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  39. {"matrix": [3, 0], "x": 0, "y": 3},
  40. {"matrix": [3, 1], "x": 1, "y": 3},
  41. {"matrix": [3, 2], "x": 2, "y": 3},
  42. {"matrix": [4, 0], "x": 0, "y": 4},
  43. {"matrix": [4, 1], "x": 1, "y": 4},
  44. {"matrix": [4, 2], "x": 2, "y": 4},
  45. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
  46. {"matrix": [5, 1], "x": 0, "y": 5, "w": 2},
  47. {"matrix": [5, 2], "x": 2, "y": 5}
  48. ]
  49. }
  50. }
  51. }