keyboard.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "keyboard_name": "Puck",
  3. "manufacturer": "OkKeebs LLC",
  4. "url": "",
  5. "maintainer": "john-pettigrew",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": false,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["B4", "D7", "D6"],
  27. "rows": ["D2", "D3", "C6", "C7"]
  28. },
  29. "diode_direction": "ROW2COL",
  30. "processor": "atmega32u4",
  31. "bootloader": "halfkay",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [1, 0], "x": 0, "y": 1},
  39. {"matrix": [1, 1], "x": 1, "y": 1},
  40. {"matrix": [1, 2], "x": 2, "y": 1},
  41. {"matrix": [2, 0], "x": 0, "y": 2},
  42. {"matrix": [2, 1], "x": 1, "y": 2},
  43. {"matrix": [2, 2], "x": 2, "y": 2},
  44. {"matrix": [3, 0], "x": 0, "y": 3},
  45. {"matrix": [3, 1], "x": 1, "y": 3},
  46. {"matrix": [3, 2], "x": 2, "y": 3}
  47. ]
  48. }
  49. }
  50. }