logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1747B)


  1. {
  2. "manufacturer": "Ning",
  3. "keyboard_name": "TB16 RGB",
  4. "maintainer": "ningjx",
  5. "diode_direction": "ROW2COL",
  6. "build": {
  7. "lto": true
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgb_matrix": true
  15. },
  16. "rgb_matrix": {
  17. "animations": {
  18. "typing_heatmap": true
  19. },
  20. "default": {
  21. "animation": "typing_heatmap"
  22. },
  23. "driver": "ws2812"
  24. },
  25. "matrix_pins": {
  26. "cols": ["B6", "B1", "B3", "B2"],
  27. "rows": ["F7", "F6", "F5", "F4"]
  28. },
  29. "ws2812": {
  30. "pin": "B5"
  31. },
  32. "development_board": "promicro",
  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. }