You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
868 B

  1. {
  2. "keyboard_name": "9Key",
  3. "manufacturer": "Bishop Keyboards",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "F7"
  13. },
  14. "matrix_pins": {
  15. "cols": ["F4", "F5", "F6"],
  16. "rows": ["D1", "D0", "D4"]
  17. },
  18. "diode_direction": "COL2ROW",
  19. "processor": "atmega32u4",
  20. "bootloader": "caterina",
  21. "layouts": {
  22. "LAYOUT": {
  23. "layout": [
  24. {"matrix": [0, 0], "x": 0, "y": 0},
  25. {"matrix": [0, 1], "x": 1, "y": 0},
  26. {"matrix": [0, 2], "x": 2, "y": 0},
  27. {"matrix": [1, 0], "x": 0, "y": 1},
  28. {"matrix": [1, 1], "x": 1, "y": 1},
  29. {"matrix": [1, 2], "x": 2, "y": 1},
  30. {"matrix": [2, 0], "x": 0, "y": 2},
  31. {"matrix": [2, 1], "x": 1, "y": 2},
  32. {"matrix": [2, 2], "x": 2, "y": 2}
  33. ]
  34. }
  35. }
  36. }