keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B2", "B3", "B1", "F7", "F6", "F5"],
  22. "rows": ["B6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "E6", "pin_b": "D1"}
  28. ]
  29. },
  30. "qmk": {
  31. "tap_keycode_delay": 10,
  32. "locking": {
  33. "enabled": true,
  34. "resync": true
  35. }
  36. },
  37. "bootmagic": {
  38. "matrix": [0, 5]
  39. },
  40. "processor": "atmega32u4",
  41. "bootloader": "caterina",
  42. "layouts": {
  43. "LAYOUT": {
  44. "layout": [
  45. {"matrix": [0, 2], "x": 0, "y": 0},
  46. {"matrix": [0, 3], "x": 1, "y": 0},
  47. {"matrix": [0, 4], "x": 2, "y": 0},
  48. {"matrix": [0, 0], "x": 0, "y": 1},
  49. {"matrix": [0, 1], "x": 1.5, "y": 1},
  50. {"matrix": [0, 5], "x": 2.5, "y": 1}
  51. ]
  52. }
  53. }
  54. }