logo

qmk_firmware

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

keyboard.json (975B)


  1. {
  2. "manufacturer": "rot13labs",
  3. "keyboard_name": "rotc0n badge",
  4. "maintainer": "c0ldbru",
  5. "bootloader": "usbasploader",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["C0", "C1", "C2"],
  15. "rows": ["B1", "B0"]
  16. },
  17. "processor": "atmega328p",
  18. "usb": {
  19. "device_version": "1.0.0",
  20. "pid": "0xBEEF",
  21. "vid": "0xFEED"
  22. },
  23. "community_layouts": ["ortho_2x3"],
  24. "layouts": {
  25. "LAYOUT_ortho_2x3": {
  26. "layout": [
  27. {"matrix": [0, 0], "x": 0, "y": 0},
  28. {"matrix": [0, 1], "x": 1, "y": 0},
  29. {"matrix": [0, 2], "x": 2, "y": 0},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1}
  33. ]
  34. }
  35. }
  36. }