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.

26 lines
702 B

  1. {
  2. "keyboard_name": "vimclutch",
  3. "manufacturer": "blu",
  4. "url": "https://github.com/blu006/vimclutch_hw",
  5. "maintainer": "blu006",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "development_board": "promicro",
  12. "diode_direction": "ROW2COL",
  13. "matrix_pins": {
  14. "cols": ["B3", "B2", "B6"],
  15. "rows": ["B5"]
  16. },
  17. "layouts": {
  18. "LAYOUT": {
  19. "layout": [
  20. {"label": "k00", "x": 0, "y": 0, "matrix": [0, 0]},
  21. {"label": "k01", "x": 1, "y": 0, "matrix": [0, 1]},
  22. {"label": "k02", "x": 2, "y": 0, "matrix": [0, 2]}
  23. ]
  24. }
  25. }
  26. }