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.

49 lines
1.1 KiB

  1. {
  2. "usb": {
  3. "device_version": "20.1.9"
  4. },
  5. "features": {
  6. "bootmagic": true,
  7. "mousekey": true,
  8. "extrakey": true,
  9. "nkro": true,
  10. "audio": true,
  11. "haptic": true,
  12. "oled": true
  13. },
  14. "rgb_matrix": {
  15. "driver": "ws2812"
  16. },
  17. "matrix_pins": {
  18. "cols": ["A7", "A8", "B2", "B10"],
  19. "rows": ["A3", "B8", "B9", "B1"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "encoder": {
  23. "rotary": [
  24. {"pin_a": "B13", "pin_b": "B14"}
  25. ]
  26. },
  27. "rgblight": {
  28. "led_count": 10,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "B5"
  44. },
  45. "processor": "STM32F303",
  46. "bootloader": "stm32-dfu",
  47. "board": "QMK_PROTON_C",
  48. "debounce": 6
  49. }