info.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "keyboard_name": "Zima",
  3. "manufacturer": "splitkb",
  4. "url": "splitkb.com",
  5. "maintainer": "splitkb.com, drashna",
  6. "usb": {
  7. "vid": "0x8D1D",
  8. "pid": "0xF75B",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 5,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "static_gradient": true,
  21. "twinkle": true
  22. }
  23. },
  24. "ws2812": {
  25. "pin": "B5"
  26. },
  27. "encoder": {
  28. "rotary": [
  29. {"pin_a": "B4", "pin_b": "D7", "resolution": 2}
  30. ]
  31. },
  32. "processor": "atmega32u4",
  33. "bootloader": "atmel-dfu",
  34. "matrix_pins": {
  35. "direct": [
  36. ["C6", "D6", "D5"],
  37. ["C7", "F7", "D4"],
  38. ["E6", "F5", "F6"],
  39. ["F0", "F1", "F4"]
  40. ]
  41. },
  42. "layouts": {
  43. "LAYOUT_ortho_4x3": {
  44. "layout": [
  45. {"x": 0, "y": 0, "matrix": [0, 0]},
  46. {"x": 1, "y": 0, "matrix": [0, 1]},
  47. {"x": 2, "y": 0, "matrix": [0, 2]},
  48. {"x": 0, "y": 1, "matrix": [1, 0]},
  49. {"x": 1, "y": 1, "matrix": [1, 1]},
  50. {"x": 2, "y": 1, "matrix": [1, 2]},
  51. {"x": 0, "y": 2, "matrix": [2, 0]},
  52. {"x": 1, "y": 2, "matrix": [2, 1]},
  53. {"x": 2, "y": 2, "matrix": [2, 2]},
  54. {"x": 0, "y": 3, "matrix": [3, 0]},
  55. {"x": 1, "y": 3, "matrix": [3, 1]},
  56. {"x": 2, "y": 3, "matrix": [3, 2]}
  57. ]
  58. }
  59. }
  60. }