keyboard.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "rgblight": {
  12. "led_count": 1
  13. },
  14. "ws2812": {
  15. "pin": "F7"
  16. },
  17. "features": {
  18. "bootmagic": false,
  19. "command": false,
  20. "console": false,
  21. "extrakey": true,
  22. "mousekey": true,
  23. "nkro": true,
  24. "unicode": true
  25. },
  26. "matrix_pins": {
  27. "cols": ["F4", "F5", "F6"],
  28. "rows": ["D1", "D0", "D4"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "processor": "atmega32u4",
  32. "bootloader": "caterina",
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0},
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2}
  45. ]
  46. }
  47. }
  48. }