logo

qmk_firmware

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

keyboard.json (1278B)


  1. {
  2. "keyboard_name": "Paddino02 rev1",
  3. "manufacturer": "Pimentoso",
  4. "maintainer": "Pimentoso",
  5. "usb": {
  6. "vid": "0xD00D",
  7. "pid": "0x0020",
  8. "device_version": "0.0.1"
  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": ["D7", "E6", "B4", "B5"],
  24. "rows": ["D1", "D0", "D4"]
  25. },
  26. "diode_direction": "ROW2COL",
  27. "processor": "atmega32u4",
  28. "bootloader": "caterina",
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0.5},
  33. {"matrix": [0, 1], "x": 1, "y": 0.25},
  34. {"matrix": [0, 2], "x": 2, "y": 0},
  35. {"matrix": [0, 3], "x": 3, "y": 0.25},
  36. {"matrix": [1, 0], "x": 0, "y": 1.5},
  37. {"matrix": [1, 1], "x": 1, "y": 1.25},
  38. {"matrix": [1, 2], "x": 2, "y": 1},
  39. {"matrix": [1, 3], "x": 3, "y": 1.25},
  40. {"matrix": [2, 2], "x": 2, "y": 2.75},
  41. {"matrix": [2, 3], "x": 3, "y": 2.75}
  42. ]
  43. }
  44. }
  45. }