logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1049B)


  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. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "cols": ["D1", "D0", "D4"],
  26. "rows": ["E6"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "encoder": {
  30. "rotary": [
  31. {"pin_a": "C6", "pin_b": "D7", "resolution": 2}
  32. ]
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "caterina",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [0, 1], "x": 1, "y": 0},
  41. {"matrix": [0, 2], "x": 2, "y": 0}
  42. ]
  43. }
  44. }
  45. }