logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2079B)


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