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.

42 lines
1.0 KiB

  1. {
  2. "keyboard_name": "MakrOSU",
  3. "manufacturer": "Valdydesu_",
  4. "url": "",
  5. "maintainer": "Valdydesu_",
  6. "usb": {
  7. "vid": "0xAB69",
  8. "pid": "0x8585",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B2", "B3", "B1", "F7", "F6", "F5"],
  13. "rows": ["B6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "E6", "pin_b": "D1"}
  19. ]
  20. },
  21. "qmk": {
  22. "tap_keycode_delay": 10
  23. },
  24. "bootmagic": {
  25. "matrix": [0, 5]
  26. },
  27. "processor": "atmega32u4",
  28. "bootloader": "caterina",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 2], "x": 0, "y": 0},
  33. {"matrix": [0, 3], "x": 1, "y": 0},
  34. {"matrix": [0, 4], "x": 2, "y": 0},
  35. {"matrix": [0, 0], "x": 0, "y": 1},
  36. {"matrix": [0, 1], "x": 1.5, "y": 1},
  37. {"matrix": [0, 5], "x": 2.5, "y": 1}
  38. ]
  39. }
  40. }
  41. }