logo

qmk_firmware

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

keyboard.json (2425B)


  1. {
  2. "keyboard_name": "TENKI",
  3. "manufacturer": "Pixlup",
  4. "url": "https://tokopedia.com/pixlup",
  5. "maintainer": "eriqadams",
  6. "usb": {
  7. "vid": "0x5058",
  8. "pid": "0x5445",
  9. "device_version": "10.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "saturation_steps": 10,
  14. "brightness_steps": 10,
  15. "led_count": 3,
  16. "sleep": true,
  17. "animations": {
  18. "breathing": true,
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true,
  21. "snake": true,
  22. "knight": true,
  23. "christmas": true,
  24. "static_gradient": true,
  25. "rgb_test": true,
  26. "alternating": true,
  27. "twinkle": true
  28. }
  29. },
  30. "ws2812": {
  31. "pin": "D1"
  32. },
  33. "features": {
  34. "bootmagic": true,
  35. "extrakey": true,
  36. "mousekey": true,
  37. "nkro": true,
  38. "rgblight": true
  39. },
  40. "qmk": {
  41. "locking": {
  42. "enabled": true,
  43. "resync": true
  44. }
  45. },
  46. "matrix_pins": {
  47. "cols": ["F4", "F5", "D4", "D0"],
  48. "rows": ["B1", "B4", "F6", "B6", "B2"]
  49. },
  50. "diode_direction": "COL2ROW",
  51. "development_board": "promicro",
  52. "community_layouts": ["ortho_5x4"],
  53. "layouts": {
  54. "LAYOUT_ortho_5x4": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 0, "y": 0},
  57. {"matrix": [0, 1], "x": 1, "y": 0},
  58. {"matrix": [0, 2], "x": 2, "y": 0},
  59. {"matrix": [0, 3], "x": 3, "y": 0},
  60. {"matrix": [1, 0], "x": 0, "y": 1},
  61. {"matrix": [1, 1], "x": 1, "y": 1},
  62. {"matrix": [1, 2], "x": 2, "y": 1},
  63. {"matrix": [1, 3], "x": 3, "y": 1},
  64. {"matrix": [2, 0], "x": 0, "y": 2},
  65. {"matrix": [2, 1], "x": 1, "y": 2},
  66. {"matrix": [2, 2], "x": 2, "y": 2},
  67. {"matrix": [2, 3], "x": 3, "y": 2},
  68. {"matrix": [3, 0], "x": 0, "y": 3},
  69. {"matrix": [3, 1], "x": 1, "y": 3},
  70. {"matrix": [3, 2], "x": 2, "y": 3},
  71. {"matrix": [3, 3], "x": 3, "y": 3},
  72. {"matrix": [4, 0], "x": 0, "y": 4},
  73. {"matrix": [4, 1], "x": 1, "y": 4},
  74. {"matrix": [4, 2], "x": 2, "y": 4},
  75. {"matrix": [4, 3], "x": 3, "y": 4}
  76. ]
  77. }
  78. }
  79. }