info.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "Bad Wings",
  3. "manufacturer": "Hazel",
  4. "maintainer": "jasonhazel",
  5. "url": "https://shop.hazel.cc/products/bad-wings",
  6. "usb": {
  7. "vid": "0x4A48",
  8. "pid": "0x4257",
  9. "device_version": "1.0.0"
  10. },
  11. "processor": "RP2040",
  12. "bootloader": "rp2040",
  13. "matrix_size": {
  14. "cols": 8,
  15. "rows": 5
  16. },
  17. "diode_direction": "COL2ROW",
  18. "features": {
  19. "bootmagic": true,
  20. "deferred_exec": true,
  21. "nkro": false
  22. },
  23. "community_layouts": [ "split_3x5_3" ],
  24. "layouts": {
  25. "LAYOUT_split_3x5_3": {
  26. "layout": [
  27. { "label": "K00", "matrix": [0, 0], "w": 1, "x": 0, "y": 0.75 },
  28. { "label": "K10", "matrix": [1, 0], "w": 1, "x": 1, "y": 0.5 },
  29. { "label": "K20", "matrix": [2, 0], "w": 1, "x": 2, "y": 0 },
  30. { "label": "K30", "matrix": [3, 0], "w": 1, "x": 3, "y": 0.25 },
  31. { "label": "K40", "matrix": [4, 0], "w": 1, "x": 4, "y": 0.36 },
  32. { "label": "K44", "matrix": [4, 4], "w": 1, "x": 8, "y": 0.36 },
  33. { "label": "K34", "matrix": [3, 4], "w": 1, "x": 9, "y": 0.25 },
  34. { "label": "K24", "matrix": [2, 4], "w": 1, "x": 10, "y": 0 },
  35. { "label": "K14", "matrix": [1, 4], "w": 1, "x": 11, "y": 0.5 },
  36. { "label": "K04", "matrix": [0, 4], "w": 1, "x": 12, "y": 0.75 },
  37. { "label": "K01", "matrix": [0, 1], "w": 1, "x": 0, "y": 1.75 },
  38. { "label": "K11", "matrix": [1, 1], "w": 1, "x": 1, "y": 1.5 },
  39. { "label": "K21", "matrix": [2, 1], "w": 1, "x": 2, "y": 1 },
  40. { "label": "K31", "matrix": [3, 1], "w": 1, "x": 3, "y": 1.25 },
  41. { "label": "K41", "matrix": [4, 1], "w": 1, "x": 4, "y": 1.36 },
  42. { "label": "K45", "matrix": [4, 5], "w": 1, "x": 8, "y": 1.36 },
  43. { "label": "K35", "matrix": [3, 5], "w": 1, "x": 9, "y": 1.25 },
  44. { "label": "K25", "matrix": [2, 5], "w": 1, "x": 10, "y": 1 },
  45. { "label": "K15", "matrix": [1, 5], "w": 1, "x": 11, "y": 1.5 },
  46. { "label": "K05", "matrix": [0, 5], "w": 1, "x": 12, "y": 1.75 },
  47. { "label": "K02", "matrix": [0, 2], "w": 1, "x": 0, "y": 2.75 },
  48. { "label": "K12", "matrix": [1, 2], "w": 1, "x": 1, "y": 2.5 },
  49. { "label": "K22", "matrix": [2, 2], "w": 1, "x": 2, "y": 2 },
  50. { "label": "K32", "matrix": [3, 2], "w": 1, "x": 3, "y": 2.25 },
  51. { "label": "K42", "matrix": [4, 2], "w": 1, "x": 4, "y": 2.36 },
  52. { "label": "K46", "matrix": [4, 6], "w": 1, "x": 8, "y": 2.36 },
  53. { "label": "K36", "matrix": [3, 6], "w": 1, "x": 9, "y": 2.25 },
  54. { "label": "K26", "matrix": [2, 6], "w": 1, "x": 10, "y": 2 },
  55. { "label": "K16", "matrix": [1, 6], "w": 1, "x": 11, "y": 2.5 },
  56. { "label": "K06", "matrix": [0, 6], "w": 1, "x": 12, "y": 2.75 },
  57. { "label": "K23", "matrix": [2, 3], "w": 1, "x": 3, "y": 3.25 },
  58. { "label": "K33", "matrix": [3, 3], "w": 1, "x": 4, "y": 3.36 },
  59. { "label": "K43", "matrix": [4, 3], "w": 1, "x": 5, "y": 3.47 },
  60. { "label": "K47", "matrix": [4, 7], "w": 1, "x": 7, "y": 3.47 },
  61. { "label": "K37", "matrix": [3, 7], "w": 1, "x": 8, "y": 3.36 },
  62. { "label": "K27", "matrix": [2, 7], "w": 1, "x": 9, "y": 3.25 }
  63. ]
  64. }
  65. }
  66. }