keyboard.json 1.7 KB

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