keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "keyboard_name": "Nozbe Reunion Pad",
  3. "manufacturer": "Leon Omelan",
  4. "url": "",
  5. "maintainer": "Leon Omelan",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D1", "D0", "D4", "C6"],
  28. "rows": ["B0"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "backlight": {
  32. "pin": "B5"
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "atmel-dfu",
  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. {"matrix": [0, 3], "x": 3, "y": 0}
  43. ]
  44. }
  45. }
  46. }