keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "keyboard_name": "pdxkbc",
  3. "manufacturer": "Franklin Harding",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x5044",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D1", "E6"],
  27. "rows": ["F7", "B6", "F4"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2}
  41. ]
  42. }
  43. }
  44. }