keyboard.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "keyboard_name": "Mini Winni",
  3. "manufacturer": "WinKeys",
  4. "maintainer": "matthewdias",
  5. "usb": {
  6. "vid": "0x574B",
  7. "pid": "0x7770",
  8. "device_version": "0.0.1"
  9. },
  10. "processor": "atmega32u4",
  11. "bootloader": "atmel-dfu",
  12. "features": {
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "direct": [
  23. ["F4", "F5", "B4", "D7"],
  24. ["F6", "F7", "B6", "B5"]
  25. ]
  26. },
  27. "rgblight": {
  28. "led_count": 4,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "E6"
  44. },
  45. "layout_aliases": {
  46. "LAYOUT_all": "LAYOUT_ortho_2x4"
  47. },
  48. "layouts": {
  49. "LAYOUT_ortho_2x4": {
  50. "layout": [
  51. {"label": "F1", "x": 0, "y": 0, "matrix": [0, 0]},
  52. {"label": "F2", "x": 1, "y": 0, "matrix": [0, 1]},
  53. {"label": "F3", "x": 2, "y": 0, "matrix": [0, 2]},
  54. {"label": "F4", "x": 3, "y": 0, "matrix": [0, 3]},
  55. {"label": "F5", "x": 0, "y": 1, "matrix": [1, 0]},
  56. {"label": "F6", "x": 1, "y": 1, "matrix": [1, 1]},
  57. {"label": "F7", "x": 2, "y": 1, "matrix": [1, 2]},
  58. {"label": "F8", "x": 3, "y": 1, "matrix": [1, 3]}
  59. ]
  60. }
  61. }
  62. }