You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.6 KiB

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