keyboard.json 1.8 KB

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