keyboard.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "keyboard_name": "10k",
  3. "maintainer": "Nabos",
  4. "manufacturer": "Nabos",
  5. "diode_direction": "COL2ROW",
  6. "matrix_pins": {
  7. "cols": ["C6", "D7", "E6", "B4", "B5"],
  8. "rows": ["B6"]
  9. },
  10. "build": {
  11. "lto": true
  12. },
  13. "features": {
  14. "bootmagic": false,
  15. "command": false,
  16. "console": false,
  17. "extrakey": false,
  18. "mousekey": false,
  19. "nkro": false
  20. },
  21. "split": {
  22. "enabled": true
  23. },
  24. "usb": {
  25. "vid": "0x6869",
  26. "pid": "0x0001",
  27. "device_version": "0.0.1"
  28. },
  29. "processor": "atmega32u4",
  30. "bootloader": "caterina",
  31. "layout_aliases": {
  32. "LAYOUT": "LAYOUT_split_1x5"
  33. },
  34. "layouts": {
  35. "LAYOUT_split_1x5": {
  36. "layout": [
  37. {"matrix": [0, 0], "x": 0, "y": 0.25},
  38. {"matrix": [0, 1], "x": 1, "y": 0.125},
  39. {"matrix": [0, 2], "x": 2, "y": 0},
  40. {"matrix": [0, 3], "x": 3, "y": 0.5},
  41. {"matrix": [0, 4], "x": 3.75, "y": 2.75},
  42. {"matrix": [1, 0], "x": 5.75, "y": 2.75},
  43. {"matrix": [1, 1], "x": 6.5, "y": 0.5},
  44. {"matrix": [1, 2], "x": 7.5, "y": 0},
  45. {"matrix": [1, 3], "x": 8.5, "y": 0.125},
  46. {"matrix": [1, 4], "x": 9.5, "y": 0.25}
  47. ]
  48. }
  49. }
  50. }