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.

52 lines
1.2 KiB

  1. {
  2. "keyboard_name": "UtholThree",
  3. "usb": {
  4. "device_version": "0.0.3"
  5. },
  6. "rgblight": {
  7. "led_count": 39,
  8. "animations": {
  9. "breathing": true,
  10. "rainbow_mood": true,
  11. "rainbow_swirl": true,
  12. "snake": true,
  13. "knight": true,
  14. "christmas": true,
  15. "static_gradient": true,
  16. "rgb_test": true,
  17. "alternating": true,
  18. "twinkle": true
  19. },
  20. "default": {
  21. "hue": 201
  22. }
  23. },
  24. "tapping": {
  25. "term": 500
  26. },
  27. "ws2812": {
  28. "pin": "B0"
  29. },
  30. "matrix_pins": {
  31. "cols": ["B1", "B10", "B9", "B8", "B5", "B4", "B3", "A15", "B15", "B14", "B13", "B12"],
  32. "rows": ["A4", "A3", "A2", "A1", "A0"]
  33. },
  34. "diode_direction": "COL2ROW",
  35. "encoder": {
  36. "rotary": [
  37. {"pin_a": "C15", "pin_b": "C14", "resolution": 2}
  38. ]
  39. },
  40. "processor": "STM32F401",
  41. "bootloader": "stm32-dfu",
  42. "features": {
  43. "bootmagic": true,
  44. "nkro": true,
  45. "oled": true,
  46. "wpm": true,
  47. "extrakey": true,
  48. "encoder": true,
  49. "rgblight": true
  50. },
  51. "board": "BLACKPILL_STM32_F401"
  52. }