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.

63 lines
1.7 KiB

  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. "bluetooth": {
  12. "driver": "bluefruit_le"
  13. },
  14. "rgblight": {
  15. "led_count": 4,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "B7"
  31. },
  32. "matrix_pins": {
  33. "cols": ["D6", "D7", "B5"],
  34. "rows": ["F0", "F5", "F4", "F6"]
  35. },
  36. "diode_direction": "ROW2COL",
  37. "encoder": {
  38. "rotary": [
  39. {"pin_a": "C7", "pin_b": "F7"}
  40. ]
  41. },
  42. "processor": "atmega32u4",
  43. "bootloader": "caterina",
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [0, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8},
  48. {"matrix": [1, 0], "x": 0, "y": 1},
  49. {"matrix": [1, 1], "x": 1, "y": 1},
  50. {"matrix": [1, 2], "x": 2, "y": 1},
  51. {"matrix": [2, 0], "x": 0, "y": 2},
  52. {"matrix": [2, 1], "x": 1, "y": 2},
  53. {"matrix": [2, 2], "x": 2, "y": 2},
  54. {"matrix": [3, 0], "x": 0, "y": 3},
  55. {"matrix": [3, 1], "x": 1, "y": 3},
  56. {"matrix": [3, 2], "x": 2, "y": 3}
  57. ]
  58. }
  59. }
  60. }