logo

qmk_firmware

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

keyboard.json (2736B)


  1. {
  2. "keyboard_name": "Tester",
  3. "manufacturer": "Geekboards",
  4. "maintainer": "moyi4681",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x1319",
  8. "device_version": "0.0.1"
  9. },
  10. "rgb_matrix": {
  11. "animations": {
  12. "alphas_mods": true,
  13. "gradient_up_down": true,
  14. "gradient_left_right": true,
  15. "breathing": true,
  16. "band_sat": true,
  17. "band_val": true,
  18. "band_pinwheel_sat": true,
  19. "band_pinwheel_val": true,
  20. "band_spiral_sat": true,
  21. "band_spiral_val": true,
  22. "cycle_all": true,
  23. "cycle_left_right": true,
  24. "cycle_up_down": true,
  25. "rainbow_moving_chevron": true,
  26. "cycle_out_in": true,
  27. "cycle_out_in_dual": true,
  28. "cycle_pinwheel": true,
  29. "cycle_spiral": true,
  30. "dual_beacon": true,
  31. "rainbow_beacon": true,
  32. "rainbow_pinwheels": true,
  33. "raindrops": true,
  34. "jellybean_raindrops": true,
  35. "hue_breathing": true,
  36. "hue_pendulum": true,
  37. "hue_wave": true,
  38. "pixel_rain": true,
  39. "pixel_flow": true,
  40. "pixel_fractal": true,
  41. "typing_heatmap": true,
  42. "digital_rain": true,
  43. "solid_reactive_simple": true,
  44. "solid_reactive": true,
  45. "solid_reactive_wide": true,
  46. "solid_reactive_multiwide": true,
  47. "solid_reactive_cross": true,
  48. "solid_reactive_multicross": true,
  49. "solid_reactive_nexus": true,
  50. "solid_reactive_multinexus": true
  51. },
  52. "driver": "is31fl3731",
  53. "sleep": true
  54. },
  55. "features": {
  56. "bootmagic": true,
  57. "extrakey": true,
  58. "mousekey": false,
  59. "nkro": true,
  60. "rgb_matrix": true
  61. },
  62. "qmk": {
  63. "locking": {
  64. "enabled": true,
  65. "resync": true
  66. }
  67. },
  68. "matrix_pins": {
  69. "cols": ["F7", "F6", "D2", "D3"],
  70. "rows": ["B0", "D4"]
  71. },
  72. "diode_direction": "COL2ROW",
  73. "processor": "atmega32u4",
  74. "bootloader": "qmk-dfu",
  75. "debounce": 3,
  76. "layouts": {
  77. "LAYOUT": {
  78. "layout": [
  79. {"matrix": [0, 0], "x": 0, "y": 0},
  80. {"matrix": [0, 1], "x": 1, "y": 0},
  81. {"matrix": [0, 2], "x": 2, "y": 0},
  82. {"matrix": [0, 3], "x": 3, "y": 0},
  83. {"matrix": [1, 0], "x": 0, "y": 1},
  84. {"matrix": [1, 1], "x": 1, "y": 1},
  85. {"matrix": [1, 2], "x": 2, "y": 1},
  86. {"matrix": [1, 3], "x": 3, "y": 1}
  87. ]
  88. }
  89. }
  90. }