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.

20 lines
519 B

  1. {
  2. "usb": {
  3. "device_version": "0.0.3",
  4. "shared_endpoint": {
  5. "keyboard": true
  6. }
  7. },
  8. "matrix_pins": {
  9. "cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A5", "A6", "A7", "B0", "B1", "B10"],
  10. "rows": ["A4", "B12", "B13", "B14", "B15", "A8", "B5"]
  11. },
  12. "diode_direction": "COL2ROW",
  13. "indicators": {
  14. "caps_lock": "C13",
  15. "num_lock": "B4",
  16. "scroll_lock": "B3",
  17. "on_state": 0
  18. },
  19. "development_board": "blackpill_f401"
  20. }