logo

qmk_firmware

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

keyboard.json (1656B)


  1. {
  2. "keyboard_name": "JotPad16",
  3. "manufacturer": "Jotix",
  4. "maintainer": "jotix",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6060",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  12. "console": true,
  13. "extrakey": true,
  14. "mousekey": false,
  15. "nkro": true
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["E6", "D7", "B3", "B1"],
  25. "rows": ["B6", "B2", "D2", "D3"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "debounce": 0,
  31. "community_layouts": ["ortho_4x4"],
  32. "layouts": {
  33. "LAYOUT_ortho_4x4": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2},
  47. {"matrix": [3, 0], "x": 0, "y": 3},
  48. {"matrix": [3, 1], "x": 1, "y": 3},
  49. {"matrix": [3, 2], "x": 2, "y": 3},
  50. {"matrix": [3, 3], "x": 3, "y": 3}
  51. ]
  52. }
  53. }
  54. }