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.

21 lines
488 B

  1. {
  2. "matrix_pins": {
  3. "cols": ["B1", "B0", "A7", "A6", "A5", "A4"],
  4. "rows": ["B12", "B13", "B14", "B15", "A8", "A9", "A10"]
  5. },
  6. "diode_direction": "COL2ROW",
  7. "split": {
  8. "enabled": true,
  9. "bootmagic": {
  10. "matrix": [7, 0]
  11. }
  12. },
  13. "development_board": "blackpill_f411",
  14. "features": {
  15. "bootmagic": true,
  16. "mousekey": true,
  17. "extrakey": true,
  18. "console": true,
  19. "command": true
  20. }
  21. }