logo

qmk_firmware

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

keyboard.json (1286B)


  1. {
  2. "keyboard_name": "Paddino02 rev2 (right)",
  3. "manufacturer": "Pimentoso",
  4. "maintainer": "Pimentoso",
  5. "usb": {
  6. "vid": "0xD00D",
  7. "pid": "0x0022",
  8. "device_version": "0.0.2"
  9. },
  10. "features": {
  11. "bootmagic": false,
  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": ["B6", "B2", "B3", "B1"],
  24. "rows": ["F4", "F6", "F5"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "processor": "atmega32u4",
  28. "bootloader": "caterina",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 3], "x": 0, "y": 0.25},
  33. {"matrix": [0, 2], "x": 1, "y": 0},
  34. {"matrix": [0, 1], "x": 2, "y": 0.25},
  35. {"matrix": [0, 0], "x": 3, "y": 0.5},
  36. {"matrix": [1, 3], "x": 0, "y": 1.25},
  37. {"matrix": [1, 2], "x": 1, "y": 1},
  38. {"matrix": [1, 1], "x": 2, "y": 1.25},
  39. {"matrix": [1, 0], "x": 3, "y": 1.5},
  40. {"matrix": [2, 1], "x": 0, "y": 2.75},
  41. {"matrix": [2, 0], "x": 1, "y": 2.75}
  42. ]
  43. }
  44. }
  45. }