keyboard.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "keyboard_name": "novem",
  3. "manufacturer": "Jose I. Martinez",
  4. "url": "",
  5. "maintainer": "Jose I. Martinez",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B3", "B2", "B6"],
  13. "rows": ["E6", "B4", "B5"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "processor": "atmega32u4",
  17. "bootloader": "caterina",
  18. "features": {
  19. "bootmagic": false,
  20. "mousekey": false,
  21. "extrakey": false
  22. },
  23. "qmk": {
  24. "locking": {
  25. "enabled": true,
  26. "resync": true
  27. }
  28. },
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0},
  33. {"matrix": [0, 1], "x": 1, "y": 0},
  34. {"matrix": [0, 2], "x": 2, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [2, 0], "x": 0, "y": 2},
  39. {"matrix": [2, 1], "x": 1, "y": 2},
  40. {"matrix": [2, 2], "x": 2, "y": 2}
  41. ]
  42. }
  43. }
  44. }