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.

43 lines
990 B

  1. {
  2. "keyboard_name": "BigSwitch PCB",
  3. "manufacturer": "flehrad",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x1209",
  7. "pid": "0xB195",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "led_count": 8,
  12. "animations": {
  13. "breathing": true,
  14. "rainbow_mood": true,
  15. "rainbow_swirl": true,
  16. "snake": true,
  17. "knight": true,
  18. "christmas": true,
  19. "static_gradient": true,
  20. "rgb_test": true,
  21. "alternating": true,
  22. "twinkle": true
  23. }
  24. },
  25. "ws2812": {
  26. "pin": "D3"
  27. },
  28. "matrix_pins": {
  29. "cols": ["B6"],
  30. "rows": ["B5"]
  31. },
  32. "diode_direction": "ROW2COL",
  33. "processor": "atmega32u4",
  34. "bootloader": "caterina",
  35. "debounce": 50,
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
  40. ]
  41. }
  42. }
  43. }