keyboard.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "command": false,
  36. "console": false,
  37. "extrakey": true,
  38. "mousekey": true,
  39. "nkro": true,
  40. "rgblight": true
  41. },
  42. "qmk": {
  43. "locking": {
  44. "enabled": true,
  45. "resync": true
  46. }
  47. },
  48. "matrix_pins": {
  49. "cols": ["F4", "F5", "D4", "D0"],
  50. "rows": ["B1", "B4", "F6", "B6", "B2"]
  51. },
  52. "diode_direction": "COL2ROW",
  53. "processor": "atmega32u4",
  54. "bootloader": "caterina",
  55. "community_layouts": ["ortho_5x4"],
  56. "layouts": {
  57. "LAYOUT_ortho_5x4": {
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0},
  60. {"matrix": [0, 1], "x": 1, "y": 0},
  61. {"matrix": [0, 2], "x": 2, "y": 0},
  62. {"matrix": [0, 3], "x": 3, "y": 0},
  63. {"matrix": [1, 0], "x": 0, "y": 1},
  64. {"matrix": [1, 1], "x": 1, "y": 1},
  65. {"matrix": [1, 2], "x": 2, "y": 1},
  66. {"matrix": [1, 3], "x": 3, "y": 1},
  67. {"matrix": [2, 0], "x": 0, "y": 2},
  68. {"matrix": [2, 1], "x": 1, "y": 2},
  69. {"matrix": [2, 2], "x": 2, "y": 2},
  70. {"matrix": [2, 3], "x": 3, "y": 2},
  71. {"matrix": [3, 0], "x": 0, "y": 3},
  72. {"matrix": [3, 1], "x": 1, "y": 3},
  73. {"matrix": [3, 2], "x": 2, "y": 3},
  74. {"matrix": [3, 3], "x": 3, "y": 3},
  75. {"matrix": [4, 0], "x": 0, "y": 4},
  76. {"matrix": [4, 1], "x": 1, "y": 4},
  77. {"matrix": [4, 2], "x": 2, "y": 4},
  78. {"matrix": [4, 3], "x": 3, "y": 4}
  79. ]
  80. }
  81. }
  82. }