info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "keyboard_name": "10bleoledhub",
  3. "manufacturer": "haierwangwei2005",
  4. "url": "https://github.com/haierwangwei2005/10BLE-OLED-HUB",
  5. "maintainer": "haierwangwei2005",
  6. "usb": {
  7. "vid": "0x7C88",
  8. "pid": "0x7C99",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "B7"
  13. },
  14. "matrix_pins": {
  15. "cols": ["D6", "D7", "B5"],
  16. "rows": ["F0", "F5", "F4", "F6"]
  17. },
  18. "diode_direction": "ROW2COL",
  19. "encoder": {
  20. "rotary": [
  21. {"pin_a": "C7", "pin_b": "F7"}
  22. ]
  23. },
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1},
  33. {"matrix": [2, 0], "x": 0, "y": 2},
  34. {"matrix": [2, 1], "x": 1, "y": 2},
  35. {"matrix": [2, 2], "x": 2, "y": 2},
  36. {"matrix": [3, 0], "x": 0, "y": 3},
  37. {"matrix": [3, 1], "x": 1, "y": 3},
  38. {"matrix": [3, 2], "x": 2, "y": 3}
  39. ]
  40. }
  41. }
  42. }