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.

54 lines
1.6 KiB

  1. {
  2. "manufacturer": "Ning",
  3. "keyboard_name": "TB16 RGB",
  4. "maintainer": "ningjx",
  5. "diode_direction": "COL2ROW",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true,
  13. "rgb_matrix": true
  14. },
  15. "rgb_matrix": {
  16. "driver": "WS2812"
  17. },
  18. "matrix_pins": {
  19. "cols": ["B6", "B1", "B3", "B2"],
  20. "rows": ["F7", "F6", "F5", "F4"]
  21. },
  22. "ws2812": {
  23. "pin": "B5"
  24. },
  25. "development_board": "promicro",
  26. "url": "",
  27. "usb": {
  28. "device_version": "1.0.0",
  29. "pid": "0x0000",
  30. "vid": "0xFEED"
  31. },
  32. "layouts": {
  33. "LAYOUT_ortho_4x4": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [3, 0], "x": 0, "y": 3},
  48. {"matrix": [3, 1], "x": 1, "y": 3},
  49. {"matrix": [3, 2], "x": 2, "y": 3},
  50. {"matrix": [3, 3], "x": 3, "y": 3}
  51. ]
  52. }
  53. }
  54. }