logo

qmk_firmware

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

keyboard.json (2853B)


  1. {
  2. "keyboard_name": "Latin17RGB",
  3. "manufacturer": "18438880",
  4. "maintainer": "18438880",
  5. "usb": {
  6. "vid": "0x7C88",
  7. "pid": "0x7C97",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "hue_steps": 5,
  12. "saturation_steps": 5,
  13. "brightness_steps": 5,
  14. "led_count": 8,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "B7"
  31. },
  32. "rgb_matrix": {
  33. "animations": {
  34. "alphas_mods": true,
  35. "gradient_left_right": true,
  36. "breathing": true,
  37. "band_val": true,
  38. "band_pinwheel_val": true,
  39. "band_spiral_val": true,
  40. "cycle_all": true,
  41. "cycle_left_right": true,
  42. "cycle_up_down": true,
  43. "rainbow_moving_chevron": true,
  44. "cycle_out_in": true,
  45. "cycle_out_in_dual": true,
  46. "cycle_pinwheel": true,
  47. "cycle_spiral": true,
  48. "dual_beacon": true,
  49. "rainbow_beacon": true,
  50. "rainbow_pinwheels": true,
  51. "raindrops": true,
  52. "jellybean_raindrops": true,
  53. "hue_breathing": true,
  54. "hue_pendulum": true,
  55. "hue_wave": true,
  56. "pixel_rain": true,
  57. "pixel_flow": true,
  58. "pixel_fractal": true,
  59. "typing_heatmap": true,
  60. "solid_reactive_simple": true,
  61. "solid_reactive": true
  62. },
  63. "driver": "is31fl3731",
  64. "sleep": true
  65. },
  66. "features": {
  67. "bootmagic": true,
  68. "extrakey": true,
  69. "mousekey": true,
  70. "nkro": false,
  71. "rgb_matrix": true
  72. },
  73. "matrix_pins": {
  74. "cols": ["F7", "F6", "F5", "F4"],
  75. "rows": ["C7", "C6", "B6", "B5", "B4"]
  76. },
  77. "diode_direction": "ROW2COL",
  78. "processor": "atmega32u4",
  79. "bootloader": "atmel-dfu",
  80. "debounce": 3,
  81. "community_layouts": ["numpad_5x4"],
  82. "layout_aliases": {
  83. "LAYOUT_pad": "LAYOUT_numpad_5x4"
  84. },
  85. "layouts": {
  86. "LAYOUT_numpad_5x4": {
  87. "layout": [
  88. {"matrix": [0, 0], "x": 0, "y": 0},
  89. {"matrix": [0, 1], "x": 1, "y": 0},
  90. {"matrix": [0, 2], "x": 2, "y": 0},
  91. {"matrix": [0, 3], "x": 3, "y": 0},
  92. {"matrix": [1, 0], "x": 0, "y": 1},
  93. {"matrix": [1, 1], "x": 1, "y": 1},
  94. {"matrix": [1, 2], "x": 2, "y": 1},
  95. {"matrix": [2, 0], "x": 0, "y": 2},
  96. {"matrix": [2, 1], "x": 1, "y": 2},
  97. {"matrix": [2, 2], "x": 2, "y": 2},
  98. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  99. {"matrix": [3, 0], "x": 0, "y": 3},
  100. {"matrix": [3, 1], "x": 1, "y": 3},
  101. {"matrix": [3, 2], "x": 2, "y": 3},
  102. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  103. {"matrix": [4, 1], "x": 2, "y": 4},
  104. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  105. ]
  106. }
  107. }
  108. }