keyboard.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D5", "D3", "D2", "F7"],
  28. "rows": ["B7", "D4", "B5", "B6", "C6", "C7"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "B4", "pin_b": "D7"},
  34. {"pin_a": "F0", "pin_b": "E6"},
  35. {"pin_a": "F4", "pin_b": "F1"}
  36. ]
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "atmel-dfu",
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.3},
  44. {"matrix": [0, 1], "x": 1.3, "y": 0, "w": 1.4},
  45. {"matrix": [0, 3], "x": 2.7, "y": 0, "w": 1.3},
  46. {"matrix": [1, 0], "x": 0, "y": 1},
  47. {"matrix": [1, 1], "x": 1, "y": 1},
  48. {"matrix": [1, 2], "x": 2, "y": 1},
  49. {"matrix": [1, 3], "x": 3, "y": 1},
  50. {"matrix": [2, 0], "x": 0, "y": 2},
  51. {"matrix": [2, 1], "x": 1, "y": 2},
  52. {"matrix": [2, 2], "x": 2, "y": 2},
  53. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  54. {"matrix": [3, 0], "x": 0, "y": 3},
  55. {"matrix": [3, 1], "x": 1, "y": 3},
  56. {"matrix": [3, 2], "x": 2, "y": 3},
  57. {"matrix": [4, 0], "x": 0, "y": 4},
  58. {"matrix": [4, 1], "x": 1, "y": 4},
  59. {"matrix": [4, 2], "x": 2, "y": 4},
  60. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
  61. {"matrix": [5, 1], "x": 0, "y": 5, "w": 2},
  62. {"matrix": [5, 2], "x": 2, "y": 5}
  63. ]
  64. }
  65. }
  66. }