info.json 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "manufacturer": "frobiac",
  3. "keyboard_name": "blackflat",
  4. "url": "https://www.github.com/frobiac/adnw",
  5. "maintainer": "frobiac",
  6. "bootloader": "halfkay",
  7. "processor": "atmega32u4",
  8. "diode_direction": "COL2ROW",
  9. "features": {
  10. "audio": false,
  11. "backlight": false,
  12. "bootmagic": false,
  13. "command": false,
  14. "console": false,
  15. "dynamic_macro": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false,
  19. "unicode": false,
  20. "rgblight": false
  21. },
  22. "build": {
  23. "lto": true
  24. },
  25. "matrix_pins": {
  26. "cols": ["F0", "F1", "F4", "F5", "F6"],
  27. "rows": ["B6", "B5", "B4", "F7", "D2", "C6", "C7", "D5"]
  28. },
  29. "usb": {
  30. "device_version": "1.0.0",
  31. "pid": "0x1D50",
  32. "vid": "0x6033"
  33. },
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"matrix": [0, 0], "label":"K", "x":0, "y":1.00},
  38. {"matrix": [0, 1], "label":"U", "x":1, "y":0.50},
  39. {"matrix": [0, 2], "label":"Q", "x":2, "y":0.00},
  40. {"matrix": [0, 3], "label":".", "x":3, "y":0.00},
  41. {"matrix": [0, 4], "label":"J", "x":4, "y":0.00},
  42. {"matrix": [4, 0], "label":"P", "x":6, "y":0.00},
  43. {"matrix": [4, 1], "label":"C", "x":7, "y":0.00},
  44. {"matrix": [4, 2], "label":"L", "x":8, "y":0.00},
  45. {"matrix": [4, 3], "label":"M", "x":9, "y":0.50},
  46. {"matrix": [4, 4], "label":"F", "x":10, "y":1.00},
  47. {"matrix": [1, 0], "label":"H", "x":0, "y":2.00},
  48. {"matrix": [1, 1], "label":"I", "x":1, "y":1.50},
  49. {"matrix": [1, 2], "label":"E", "x":2, "y":1.00},
  50. {"matrix": [1, 3], "label":"A", "x":3, "y":1.00},
  51. {"matrix": [1, 4], "label":"O", "x":4, "y":1.00},
  52. {"matrix": [5, 0], "label":"D", "x":6, "y":1.00},
  53. {"matrix": [5, 1], "label":"T", "x":7, "y":1.00},
  54. {"matrix": [5, 2], "label":"R", "x":8, "y":1.00},
  55. {"matrix": [5, 3], "label":"N", "x":9, "y":1.50},
  56. {"matrix": [5, 4], "label":"S", "x":10, "y":2.00},
  57. {"matrix": [2, 0], "label":"X", "x":0, "y":3.00},
  58. {"matrix": [2, 1], "label":"Y", "x":1, "y":2.50},
  59. {"matrix": [2, 2], "label":"-", "x":2, "y":2.00},
  60. {"matrix": [2, 3], "label":",", "x":3, "y":2.00},
  61. {"matrix": [2, 4], "label":"/", "x":4, "y":2.00},
  62. {"matrix": [6, 0], "label":"B", "x":6, "y":2.00},
  63. {"matrix": [6, 1], "label":"G", "x":7, "y":2.00},
  64. {"matrix": [6, 2], "label":"W", "x":8, "y":2.00},
  65. {"matrix": [6, 3], "label":"V", "x":9, "y":2.50},
  66. {"matrix": [6, 4], "label":"Z", "x":10, "y":3.00},
  67. {"matrix": [3, 0], "label":"", "x":0, "y":0.00},
  68. {"matrix": [3, 2], "label":"Gui", "x":2, "y":3.00},
  69. {"matrix": [3, 3], "label":"Tab", "x":3, "y":3.00},
  70. {"matrix": [3, 4], "label":"Spc", "x":4, "y":3.00},
  71. {"matrix": [7, 0], "label":"L2", "x":6, "y":3.00},
  72. {"matrix": [7, 1], "label":"Sh", "x":7, "y":3.00},
  73. {"matrix": [7, 2], "label":"L3", "x":8, "y":3.00},
  74. {"matrix": [7, 4], "label":"Fx", "x":10, "y":0.00}
  75. ]
  76. }
  77. }
  78. }