keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "keyboard_name": "NEISO",
  3. "manufacturer": "Space City Keyboards",
  4. "url": "",
  5. "maintainer": "jrfhoutx",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": true,
  15. "extrakey": false,
  16. "mousekey": false,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["B3", "D2", "F5", "F7", "B4"],
  27. "rows": ["F4"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 1], "x": 0.25, "y": 0, "w": 2, "h": 1.25},
  36. {"matrix": [0, 2], "x": 2.75, "y": 0.25, "w": 1.25, "h": 2},
  37. {"matrix": [0, 0], "x": 1.5, "y": 1.5},
  38. {"matrix": [0, 3], "x": 0, "y": 1.75, "w": 1.25, "h": 2},
  39. {"matrix": [0, 4], "x": 1.75, "y": 2.75, "w": 2, "h": 1.25}
  40. ]
  41. }
  42. }
  43. }