logo

qmk_firmware

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

keyboard.json (1135B)


  1. {
  2. "keyboard_name": "RoMac",
  3. "manufacturer": "TheRoyalSweatshirt",
  4. "maintainer": "TheRoyalSweatshirt",
  5. "usb": {
  6. "vid": "0x4B4B",
  7. "pid": "0x0001",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": true,
  14. "nkro": true
  15. },
  16. "qmk": {
  17. "locking": {
  18. "enabled": true,
  19. "resync": true
  20. }
  21. },
  22. "matrix_pins": {
  23. "cols": ["F7", "B1", "B3"],
  24. "rows": ["D4", "C6", "D7", "E6"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "processor": "atmega32u4",
  28. "bootloader": "caterina",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0},
  33. {"matrix": [0, 1], "x": 1, "y": 0},
  34. {"matrix": [0, 2], "x": 2, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [2, 0], "x": 0, "y": 2},
  39. {"matrix": [2, 1], "x": 1, "y": 2},
  40. {"matrix": [2, 2], "x": 2, "y": 2},
  41. {"matrix": [3, 0], "x": 0, "y": 3},
  42. {"matrix": [3, 1], "x": 1, "y": 3},
  43. {"matrix": [3, 2], "x": 2, "y": 3}
  44. ]
  45. }
  46. }
  47. }