logo

qmk_firmware

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

keyboard.json (1260B)


  1. {
  2. "keyboard_name": "np12",
  3. "manufacturer": "nut1414",
  4. "url": "https://github.com/nut1414/np12",
  5. "maintainer": "nut1414",
  6. "usb": {
  7. "vid": "0xA4A4",
  8. "pid": "0x4401",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "matrix_pins": {
  19. "cols": ["D1", "D0", "D4", "C6", "F6"],
  20. "rows": ["D7", "E6", "B4", "F7"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "encoder": {
  24. "rotary": [
  25. {"pin_a": "F4", "pin_b": "F5"}
  26. ]
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [3, 4], "x": 3, "y": 0},
  34. {"matrix": [0, 0], "x": 0, "y": 1},
  35. {"matrix": [0, 1], "x": 1, "y": 1},
  36. {"matrix": [0, 2], "x": 2, "y": 1},
  37. {"matrix": [0, 3], "x": 3, "y": 1},
  38. {"matrix": [1, 0], "x": 0, "y": 2},
  39. {"matrix": [1, 1], "x": 1, "y": 2},
  40. {"matrix": [1, 2], "x": 2, "y": 2},
  41. {"matrix": [1, 3], "x": 3, "y": 2},
  42. {"matrix": [2, 0], "x": 0, "y": 3},
  43. {"matrix": [2, 1], "x": 1, "y": 3},
  44. {"matrix": [2, 2], "x": 2, "y": 3},
  45. {"matrix": [2, 3], "x": 3, "y": 3}
  46. ]
  47. }
  48. }
  49. }