logo

qmk_firmware

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

keyboard.json (3059B)


  1. {
  2. "keyboard_name": "latinpad",
  3. "manufacturer": "latincompass",
  4. "url": "https://github.com/latincompass/2-RotaryEncoder-pad",
  5. "maintainer": "latincompass",
  6. "usb": {
  7. "vid": "0x6C63",
  8. "pid": "0x6C70",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "alphas_mods": true,
  14. "gradient_up_down": true,
  15. "gradient_left_right": true,
  16. "breathing": true,
  17. "band_sat": true,
  18. "band_val": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_spiral_sat": true,
  22. "band_spiral_val": true,
  23. "cycle_all": true,
  24. "cycle_left_right": true,
  25. "cycle_up_down": true,
  26. "rainbow_moving_chevron": true,
  27. "cycle_out_in": true,
  28. "cycle_out_in_dual": true,
  29. "cycle_pinwheel": true,
  30. "cycle_spiral": true,
  31. "dual_beacon": true,
  32. "rainbow_beacon": true,
  33. "rainbow_pinwheels": true,
  34. "raindrops": true,
  35. "jellybean_raindrops": true,
  36. "hue_breathing": true,
  37. "hue_pendulum": true,
  38. "hue_wave": true,
  39. "pixel_rain": true,
  40. "pixel_flow": true,
  41. "pixel_fractal": true
  42. },
  43. "driver": "ws2812"
  44. },
  45. "features": {
  46. "bootmagic": true,
  47. "encoder": true,
  48. "extrakey": true,
  49. "mousekey": false,
  50. "nkro": false,
  51. "oled": true,
  52. "rgb_matrix": true
  53. },
  54. "matrix_pins": {
  55. "cols": ["D4", "C6", "D7", "E6"],
  56. "rows": ["F4", "F5", "F6", "F7", "B1"]
  57. },
  58. "diode_direction": "ROW2COL",
  59. "encoder": {
  60. "rotary": [
  61. {"pin_a": "B4", "pin_b": "B2"},
  62. {"pin_a": "B5", "pin_b": "B6"}
  63. ]
  64. },
  65. "ws2812": {
  66. "pin": "D3"
  67. },
  68. "processor": "atmega32u4",
  69. "bootloader": "caterina",
  70. "layouts": {
  71. "LAYOUT": {
  72. "layout": [
  73. {"matrix": [4, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
  74. {"matrix": [4, 1], "x": 0.8, "y": 0, "w": 0.8, "h": 0.8},
  75. {"matrix": [0, 0], "x": 0, "y": 1},
  76. {"matrix": [0, 1], "x": 1, "y": 1},
  77. {"matrix": [0, 2], "x": 2, "y": 1},
  78. {"matrix": [0, 3], "x": 3, "y": 1},
  79. {"matrix": [1, 0], "x": 0, "y": 2},
  80. {"matrix": [1, 1], "x": 1, "y": 2},
  81. {"matrix": [1, 2], "x": 2, "y": 2},
  82. {"matrix": [1, 3], "x": 3, "y": 2},
  83. {"matrix": [2, 0], "x": 0, "y": 3},
  84. {"matrix": [2, 1], "x": 1, "y": 3},
  85. {"matrix": [2, 2], "x": 2, "y": 3},
  86. {"matrix": [2, 3], "x": 3, "y": 3},
  87. {"matrix": [3, 0], "x": 0, "y": 4},
  88. {"matrix": [3, 1], "x": 1, "y": 4},
  89. {"matrix": [3, 2], "x": 2, "y": 4},
  90. {"matrix": [3, 3], "x": 3, "y": 4}
  91. ]
  92. }
  93. }
  94. }