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.

54 lines
1.3 KiB

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