keyboard.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "keyboard_name": "x16",
  3. "manufacturer": "yinxianwei",
  4. "url": "",
  5. "maintainer": "yinxianwei",
  6. "usb": {
  7. "vid": "0x4B50",
  8. "pid": "0x016A",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["C7", "C6", "B4", "D7"],
  28. "rows": ["E6", "F7", "D6", "B6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "backlight": {
  32. "pin": "B5",
  33. "levels": 5
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "layouts": {
  38. "LAYOUT_ortho_4x4": {
  39. "layout": [
  40. {"matrix": [0, 0], "x": 0, "y": 0},
  41. {"matrix": [0, 1], "x": 1, "y": 0},
  42. {"matrix": [0, 2], "x": 2, "y": 0},
  43. {"matrix": [0, 3], "x": 3, "y": 0},
  44. {"matrix": [1, 0], "x": 0, "y": 1},
  45. {"matrix": [1, 1], "x": 1, "y": 1},
  46. {"matrix": [1, 2], "x": 2, "y": 1},
  47. {"matrix": [1, 3], "x": 3, "y": 1},
  48. {"matrix": [2, 0], "x": 0, "y": 2},
  49. {"matrix": [2, 1], "x": 1, "y": 2},
  50. {"matrix": [2, 2], "x": 2, "y": 2},
  51. {"matrix": [2, 3], "x": 3, "y": 2},
  52. {"matrix": [3, 0], "x": 0, "y": 3},
  53. {"matrix": [3, 1], "x": 1, "y": 3},
  54. {"matrix": [3, 2], "x": 2, "y": 3},
  55. {"matrix": [3, 3], "x": 3, "y": 3}
  56. ]
  57. }
  58. }
  59. }