keyboard.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "keyboard_name": "ROTR",
  3. "manufacturer": "ROTR",
  4. "url": "https://geekhack.org/index.php?topic=107104.0",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x726F",
  8. "pid": "0x0001",
  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": true,
  18. "nkro": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D1", "D0", "D4"],
  28. "rows": ["E6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "C6", "pin_b": "D7", "resolution": 2}
  34. ]
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "caterina",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0}
  44. ]
  45. }
  46. }
  47. }