keyboard.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "UC-1",
  3. "manufacturer": "Merge",
  4. "url": "https://mergedesign.store/products/uc-1",
  5. "maintainer": "duoshock",
  6. "usb": {
  7. "vid": "0x4D65",
  8. "pid": "0x5543",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "saturation_steps": 10,
  14. "brightness_steps": 10,
  15. "led_count": 12,
  16. "sleep": true,
  17. "animations": {
  18. "breathing": true,
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true,
  21. "snake": true,
  22. "knight": true,
  23. "christmas": true,
  24. "static_gradient": true,
  25. "rgb_test": true,
  26. "alternating": true,
  27. "twinkle": true
  28. }
  29. },
  30. "ws2812": {
  31. "pin": "B5"
  32. },
  33. "features": {
  34. "bootmagic": false,
  35. "command": false,
  36. "console": false,
  37. "encoder": true,
  38. "extrakey": true,
  39. "mousekey": true,
  40. "nkro": false,
  41. "rgblight": true
  42. },
  43. "matrix_pins": {
  44. "cols": ["B3", "B4"],
  45. "rows": ["B1", "B2"]
  46. },
  47. "diode_direction": "COL2ROW",
  48. "encoder": {
  49. "rotary": [
  50. {"pin_a": "F5", "pin_b": "F6"}
  51. ]
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "caterina",
  55. "layouts": {
  56. "LAYOUT": {
  57. "layout": [
  58. {"matrix": [1, 1], "x": 0, "y": 0},
  59. {"matrix": [0, 0], "x": 1.25, "y": 0},
  60. {"matrix": [0, 1], "x": 2.25, "y": 0},
  61. {"matrix": [1, 0], "x": 3.25, "y": 0}
  62. ]
  63. }
  64. }
  65. }