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.

23 lines
496 B

  1. {
  2. "usb": {
  3. "shared_endpoint": {
  4. "keyboard": true
  5. }
  6. },
  7. "matrix_pins": {
  8. "cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
  9. "rows": ["A4", "A3", "A2", "A1", "A0"]
  10. },
  11. "diode_direction": "COL2ROW",
  12. "ws2812": {
  13. "driver": "pwm"
  14. },
  15. "development_board": "blackpill_f401",
  16. "features": {
  17. "bootmagic": true,
  18. "mousekey": true,
  19. "extrakey": true,
  20. "nkro": true,
  21. "rgblight": true
  22. }
  23. }