logo

qmk_firmware

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

keyboard.json (1143B)


  1. {
  2. "manufacturer": "jankycaps",
  3. "keyboard_name": "Janky No.9",
  4. "maintainer": "telybelly",
  5. "development_board": "promicro",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true
  10. },
  11. "matrix_pins": {
  12. "direct": [
  13. ["F4", "F5", "F6"],
  14. ["F7", "B1", "B3"],
  15. ["B2", "B6", "B5"]
  16. ]
  17. },
  18. "url": "https://anky.studio/",
  19. "usb": {
  20. "device_version": "1.0.0",
  21. "pid": "0x0001",
  22. "vid": "0x4E4B"
  23. },
  24. "community_layouts": ["ortho_3x3"],
  25. "layouts": {
  26. "LAYOUT_ortho_3x3": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [1, 0], "x": 0, "y": 1},
  32. {"matrix": [1, 1], "x": 1, "y": 1},
  33. {"matrix": [1, 2], "x": 2, "y": 1},
  34. {"matrix": [2, 0], "x": 0, "y": 2},
  35. {"matrix": [2, 1], "x": 1, "y": 2},
  36. {"matrix": [2, 2], "x": 2, "y": 2}
  37. ]
  38. }
  39. }
  40. }