You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.7 KiB

  1. {
  2. "manufacturer": "Robert Mills",
  3. "keyboard_name": "karn",
  4. "maintainer": "robcmills",
  5. "features": {
  6. "bootmagic": true,
  7. "command": false,
  8. "console": false,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "development_board": "blackpill_f401",
  14. "url": "https://github.com/robcmills/karn-keyboard",
  15. "usb": {
  16. "device_version": "1.0.0",
  17. "pid": "0x0000",
  18. "vid": "0xFEED"
  19. },
  20. "bootmagic": {
  21. "matrix": [0, 1]
  22. },
  23. "split": {
  24. "enabled": true
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [0, 3], "x": 3, "y": 0},
  32. {"matrix": [0, 4], "x": 4, "y": 0},
  33. {"matrix": [0, 5], "x": 5, "y": 0},
  34. {"matrix": [4, 0], "x": 9, "y": 0},
  35. {"matrix": [4, 1], "x": 10, "y": 0},
  36. {"matrix": [4, 2], "x": 11, "y": 0},
  37. {"matrix": [4, 3], "x": 12, "y": 0},
  38. {"matrix": [4, 4], "x": 13, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 0.75, "h": 1.5},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [1, 4], "x": 4, "y": 1},
  44. {"matrix": [1, 5], "x": 5, "y": 1},
  45. {"matrix": [5, 0], "x": 9, "y": 1},
  46. {"matrix": [5, 1], "x": 10, "y": 1},
  47. {"matrix": [5, 2], "x": 11, "y": 1},
  48. {"matrix": [5, 3], "x": 12, "y": 1},
  49. {"matrix": [5, 4], "x": 13, "y": 1},
  50. {"matrix": [5, 5], "x": 14, "y": 0.75, "h": 1.5},
  51. {"matrix": [2, 1], "x": 1, "y": 2},
  52. {"matrix": [2, 2], "x": 2, "y": 2},
  53. {"matrix": [2, 3], "x": 3, "y": 2},
  54. {"matrix": [2, 4], "x": 4, "y": 2},
  55. {"matrix": [2, 5], "x": 5, "y": 2},
  56. {"matrix": [6, 0], "x": 9, "y": 2},
  57. {"matrix": [6, 1], "x": 10, "y": 2},
  58. {"matrix": [6, 2], "x": 11, "y": 2},
  59. {"matrix": [6, 3], "x": 12, "y": 2},
  60. {"matrix": [6, 4], "x": 13, "y": 2},
  61. {"matrix": [3, 0], "x": 4, "y": 3, "h": 1.5},
  62. {"matrix": [3, 1], "x": 5, "y": 3.25, "h": 1.5},
  63. {"matrix": [3, 2], "x": 6, "y": 3.5, "h": 1.5},
  64. {"matrix": [7, 0], "x": 8, "y": 3.5, "h": 1.5},
  65. {"matrix": [7, 1], "x": 9, "y": 3.25, "h": 1.5},
  66. {"matrix": [7, 2], "x": 10, "y": 3, "h": 1.5}
  67. ]
  68. }
  69. }
  70. }