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.

83 lines
3.3 KiB

  1. {
  2. "manufacturer": "frobiac",
  3. "keyboard_name": "blackbowl",
  4. "url": "https://www.github.com/frobiac/adnw",
  5. "maintainer": "frobiac",
  6. "bootloader": "halfkay",
  7. "processor": "atmega32u4",
  8. "diode_direction": "ROW2COL",
  9. "features": {
  10. "bootmagic": false,
  11. "command": false,
  12. "console": false,
  13. "dynamic_macro": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "ps2": true,
  18. "ps2_mouse": true
  19. },
  20. "build": {
  21. "lto": true
  22. },
  23. "usb": {
  24. "device_version": "1.0.0",
  25. "pid": "0x1D50",
  26. "vid": "0x6033"
  27. },
  28. "matrix_pins": {
  29. "cols": [null, null, null, null],
  30. "rows": [null, null, null, null, null, null, null, null, null, null]
  31. },
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [5, 3], "label": "K", "x": 0, "y": 1},
  36. {"matrix": [6, 3], "label": "U", "x": 1, "y": 0.5},
  37. {"matrix": [7, 3], "label": "Q", "x": 2, "y": 0},
  38. {"matrix": [8, 3], "label": ".", "x": 3, "y": 0},
  39. {"matrix": [9, 3], "label": "J", "x": 4, "y": 0},
  40. {"matrix": [0, 3], "label": "P", "x": 6, "y": 0},
  41. {"matrix": [1, 3], "label": "C", "x": 7, "y": 0},
  42. {"matrix": [2, 3], "label": "L", "x": 8, "y": 0},
  43. {"matrix": [3, 3], "label": "M", "x": 9, "y": 0.5},
  44. {"matrix": [4, 3], "label": "F", "x": 10, "y": 1},
  45. {"matrix": [5, 2], "label": "H", "x": 0, "y": 2},
  46. {"matrix": [6, 2], "label": "I", "x": 1, "y": 1.5},
  47. {"matrix": [7, 2], "label": "E", "x": 2, "y": 1},
  48. {"matrix": [8, 2], "label": "A", "x": 3, "y": 1},
  49. {"matrix": [9, 2], "label": "O", "x": 4, "y": 1},
  50. {"matrix": [0, 2], "label": "D", "x": 6, "y": 1},
  51. {"matrix": [1, 2], "label": "T", "x": 7, "y": 1},
  52. {"matrix": [2, 2], "label": "R", "x": 8, "y": 1},
  53. {"matrix": [3, 2], "label": "N", "x": 9, "y": 1.5},
  54. {"matrix": [4, 2], "label": "S", "x": 10, "y": 2},
  55. {"matrix": [5, 1], "label": "X", "x": 0, "y": 3},
  56. {"matrix": [6, 1], "label": "Y", "x": 1, "y": 2.5},
  57. {"matrix": [7, 1], "label": "-", "x": 2, "y": 2},
  58. {"matrix": [8, 1], "label": ",", "x": 3, "y": 2},
  59. {"matrix": [9, 1], "label": "/", "x": 4, "y": 2},
  60. {"matrix": [0, 1], "label": "B", "x": 6, "y": 2},
  61. {"matrix": [1, 1], "label": "G", "x": 7, "y": 2},
  62. {"matrix": [2, 1], "label": "W", "x": 8, "y": 2},
  63. {"matrix": [3, 1], "label": "V", "x": 9, "y": 2.5},
  64. {"matrix": [4, 1], "label": "Z", "x": 10, "y": 3},
  65. {"matrix": [5, 0], "label": " ", "x": 0, "y": 0},
  66. {"matrix": [7, 0], "label": "Gui", "x": 2, "y": 3},
  67. {"matrix": [8, 0], "label": "tab", "x": 3, "y": 3},
  68. {"matrix": [9, 0], "label": "spc", "x": 4, "y": 3},
  69. {"matrix": [0, 0], "label": "L2", "x": 6, "y": 3},
  70. {"matrix": [1, 0], "label": "Sh", "x": 7, "y": 3},
  71. {"matrix": [2, 0], "label": "L3", "x": 8, "y": 3},
  72. {"matrix": [4, 0], "label": "Fx", "x": 10, "y": 0}
  73. ]
  74. }
  75. }
  76. }