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.

60 lines
1.7 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. "animations": {
  17. "typing_heatmap": true
  18. },
  19. "default": {
  20. "animation": "typing_heatmap"
  21. },
  22. "driver": "ws2812"
  23. },
  24. "matrix_pins": {
  25. "cols": ["B6", "B1", "B3", "B2"],
  26. "rows": ["F7", "F6", "F5", "F4"]
  27. },
  28. "ws2812": {
  29. "pin": "B5"
  30. },
  31. "development_board": "promicro",
  32. "url": "",
  33. "usb": {
  34. "device_version": "1.0.0",
  35. "pid": "0x0000",
  36. "vid": "0xFEED"
  37. },
  38. "layouts": {
  39. "LAYOUT_ortho_4x4": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [1, 0], "x": 0, "y": 1},
  46. {"matrix": [1, 1], "x": 1, "y": 1},
  47. {"matrix": [1, 2], "x": 2, "y": 1},
  48. {"matrix": [1, 3], "x": 3, "y": 1},
  49. {"matrix": [2, 0], "x": 0, "y": 2},
  50. {"matrix": [2, 1], "x": 1, "y": 2},
  51. {"matrix": [2, 2], "x": 2, "y": 2},
  52. {"matrix": [2, 3], "x": 3, "y": 2},
  53. {"matrix": [3, 0], "x": 0, "y": 3},
  54. {"matrix": [3, 1], "x": 1, "y": 3},
  55. {"matrix": [3, 2], "x": 2, "y": 3},
  56. {"matrix": [3, 3], "x": 3, "y": 3}
  57. ]
  58. }
  59. }
  60. }