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.

60 lines
1.9 KiB

  1. {
  2. "keyboard_name": "Knob Goblin",
  3. "manufacturer": "MrT1ddl3s",
  4. "url": "",
  5. "maintainer": "MrT1ddl3s",
  6. "usb": {
  7. "vid": "0x4B47",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B5", "B4", "E6", "D7", "C6"],
  13. "rows": ["D4", "B6", "B2", "B3", "B1"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "F7", "pin_b": "F6"},
  19. {"pin_a": "F5", "pin_b": "F4"}
  20. ]
  21. },
  22. "bootmagic": {
  23. "matrix": [0, 1]
  24. },
  25. "processor": "atmega32u4",
  26. "bootloader": "caterina",
  27. "debounce": 2,
  28. "layouts": {
  29. "LAYOUT_ortho": {
  30. "layout": [
  31. {"matrix": [0, 1], "x": 1, "y": 0},
  32. {"matrix": [0, 2], "x": 2, "y": 0},
  33. {"matrix": [0, 3], "x": 3, "y": 0},
  34. {"matrix": [0, 4], "x": 4, "y": 0},
  35. {"matrix": [1, 1], "x": 1, "y": 1},
  36. {"matrix": [1, 2], "x": 2, "y": 1},
  37. {"matrix": [1, 3], "x": 3, "y": 1},
  38. {"matrix": [1, 4], "x": 4, "y": 1},
  39. {"matrix": [2, 1], "x": 1, "y": 2},
  40. {"matrix": [2, 2], "x": 2, "y": 2},
  41. {"matrix": [2, 3], "x": 3, "y": 2},
  42. {"matrix": [2, 4], "x": 4, "y": 2},
  43. {"matrix": [3, 0], "x": 0, "y": 3},
  44. {"matrix": [3, 1], "x": 1, "y": 3},
  45. {"matrix": [3, 2], "x": 2, "y": 3},
  46. {"matrix": [3, 3], "x": 3, "y": 3},
  47. {"matrix": [3, 4], "x": 4, "y": 3},
  48. {"matrix": [4, 0], "x": 0, "y": 4},
  49. {"matrix": [4, 1], "x": 1, "y": 4},
  50. {"matrix": [4, 2], "x": 2, "y": 4},
  51. {"matrix": [4, 3], "x": 3, "y": 4},
  52. {"matrix": [4, 4], "x": 4, "y": 4}
  53. ]
  54. }
  55. }
  56. }