keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "keyboard_name": "Rubi",
  3. "manufacturer": "gregorio",
  4. "maintainer": "gregorio",
  5. "usb": {
  6. "vid": "0x4752",
  7. "pid": "0x5242",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  12. "encoder": true,
  13. "extrakey": true,
  14. "mousekey": false,
  15. "nkro": true,
  16. "oled": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "indicators": {
  25. "caps_lock": "C6"
  26. },
  27. "build": {
  28. "lto": true
  29. },
  30. "matrix_pins": {
  31. "cols": ["B3", "B2", "B1", "F7"],
  32. "rows": ["F0", "F1", "F4", "F5", "F6"]
  33. },
  34. "diode_direction": "COL2ROW",
  35. "encoder": {
  36. "rotary": [
  37. {"pin_a": "D7", "pin_b": "D6"}
  38. ]
  39. },
  40. "processor": "atmega32u4",
  41. "bootloader": "atmel-dfu",
  42. "layouts": {
  43. "LAYOUT": {
  44. "layout": [
  45. {"matrix": [2, 3], "x": 3, "y": 0},
  46. {"matrix": [0, 0], "x": 0, "y": 1.25},
  47. {"matrix": [0, 1], "x": 1, "y": 1.25},
  48. {"matrix": [0, 2], "x": 2, "y": 1.25},
  49. {"matrix": [0, 3], "x": 3, "y": 1.25},
  50. {"matrix": [1, 0], "x": 0, "y": 2.25},
  51. {"matrix": [1, 1], "x": 1, "y": 2.25},
  52. {"matrix": [1, 2], "x": 2, "y": 2.25},
  53. {"matrix": [1, 3], "x": 3, "y": 2.25, "h": 2},
  54. {"matrix": [2, 0], "x": 0, "y": 3.25},
  55. {"matrix": [2, 1], "x": 1, "y": 3.25},
  56. {"matrix": [2, 2], "x": 2, "y": 3.25},
  57. {"matrix": [3, 0], "x": 0, "y": 4.25},
  58. {"matrix": [3, 1], "x": 1, "y": 4.25},
  59. {"matrix": [3, 2], "x": 2, "y": 4.25},
  60. {"matrix": [3, 3], "x": 3, "y": 4.25, "h": 2},
  61. {"matrix": [4, 1], "x": 0, "y": 5.25, "w": 2},
  62. {"matrix": [4, 2], "x": 2, "y": 5.25}
  63. ]
  64. }
  65. }
  66. }