keyboard.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false
  19. },
  20. "matrix_pins": {
  21. "cols": ["D1", "D0", "D4", "C6", "F6"],
  22. "rows": ["D7", "E6", "B4", "F7"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "F4", "pin_b": "F5"}
  28. ]
  29. },
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [3, 4], "x": 3, "y": 0},
  36. {"matrix": [0, 0], "x": 0, "y": 1},
  37. {"matrix": [0, 1], "x": 1, "y": 1},
  38. {"matrix": [0, 2], "x": 2, "y": 1},
  39. {"matrix": [0, 3], "x": 3, "y": 1},
  40. {"matrix": [1, 0], "x": 0, "y": 2},
  41. {"matrix": [1, 1], "x": 1, "y": 2},
  42. {"matrix": [1, 2], "x": 2, "y": 2},
  43. {"matrix": [1, 3], "x": 3, "y": 2},
  44. {"matrix": [2, 0], "x": 0, "y": 3},
  45. {"matrix": [2, 1], "x": 1, "y": 3},
  46. {"matrix": [2, 2], "x": 2, "y": 3},
  47. {"matrix": [2, 3], "x": 3, "y": 3}
  48. ]
  49. }
  50. }
  51. }