logo

qmk_firmware

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

keyboard.json (1730B)


  1. {
  2. "keyboard_name": "smallkeyboard",
  3. "manufacturer": "zhouqiong19840119",
  4. "maintainer": "zhouqiong19840119",
  5. "usb": {
  6. "vid": "0x7A71",
  7. "pid": "0x736B",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": false,
  15. "rgb_matrix": true
  16. },
  17. "rgb_matrix": {
  18. "animations": {
  19. "alphas_mods": true,
  20. "gradient_left_right": true,
  21. "breathing": true,
  22. "band_val": true,
  23. "band_pinwheel_val": true,
  24. "band_spiral_val": true,
  25. "cycle_all": true,
  26. "cycle_left_right": true,
  27. "cycle_up_down": true,
  28. "rainbow_moving_chevron": true,
  29. "cycle_out_in": true,
  30. "cycle_out_in_dual": true,
  31. "cycle_pinwheel": true,
  32. "cycle_spiral": true,
  33. "dual_beacon": true,
  34. "rainbow_beacon": true,
  35. "rainbow_pinwheels": true,
  36. "raindrops": true,
  37. "jellybean_raindrops": true,
  38. "hue_breathing": true,
  39. "hue_pendulum": true,
  40. "hue_wave": true,
  41. "pixel_rain": true,
  42. "typing_heatmap": true,
  43. "solid_reactive_simple": true,
  44. "solid_reactive": true
  45. },
  46. "driver": "is31fl3731",
  47. "sleep": true
  48. },
  49. "matrix_pins": {
  50. "cols": ["F7", "F6", "F5"],
  51. "rows": ["C7", "C6"]
  52. },
  53. "diode_direction": "ROW2COL",
  54. "processor": "atmega32u4",
  55. "bootloader": "atmel-dfu",
  56. "debounce": 3,
  57. "layouts": {
  58. "LAYOUT_ortho_2x3": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [0, 1], "x": 1, "y": 0},
  62. {"matrix": [0, 2], "x": 2, "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. ]
  67. }
  68. }
  69. }