keyboard.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "keyboard_name": "The Nines",
  3. "manufacturer": "Ungodly Design",
  4. "url": "https://www.qlavier.com/",
  5. "maintainer": "Ungodly Design",
  6. "usb": {
  7. "vid": "0x5544",
  8. "pid": "0x544E",
  9. "device_version": "99.9.9"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "C6", "pin_b": "D7", "resolution": 2},
  14. {"pin_a": "E6", "pin_b": "B4", "resolution": 2}
  15. ]
  16. },
  17. "processor": "atmega32u4",
  18. "bootloader": "caterina",
  19. "features": {
  20. "bootmagic": true,
  21. "command": false,
  22. "console": false,
  23. "encoder": true,
  24. "extrakey": true,
  25. "mousekey": true,
  26. "nkro": true
  27. },
  28. "qmk": {
  29. "locking": {
  30. "enabled": true,
  31. "resync": true
  32. }
  33. },
  34. "matrix_pins": {
  35. "direct": [
  36. ["F4", "F5", "F6"],
  37. ["F7", "B1", "B3"],
  38. ["B2", "B6", "B5"]
  39. ]
  40. },
  41. "layouts": {
  42. "LAYOUT_ortho_3x3": {
  43. "layout": [
  44. {"x": 0, "y": 0, "matrix": [0, 0]},
  45. {"x": 1, "y": 0, "matrix": [0, 1]},
  46. {"x": 2, "y": 0, "matrix": [0, 2]},
  47. {"x": 0, "y": 1, "matrix": [1, 0]},
  48. {"x": 1, "y": 1, "matrix": [1, 1]},
  49. {"x": 2, "y": 1, "matrix": [1, 2]},
  50. {"x": 0, "y": 2, "matrix": [2, 0]},
  51. {"x": 1, "y": 2, "matrix": [2, 1]},
  52. {"x": 2, "y": 2, "matrix": [2, 2]}
  53. ]
  54. }
  55. }
  56. }