keyboard.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "manufacturer": "MWStudio",
  3. "keyboard_name": "MMK_3",
  4. "maintainer": "TW59420",
  5. "bootloader": "stm32duino",
  6. "diode_direction": "ROW2COL",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": false,
  11. "nkro": true,
  12. "rgblight": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["A3", "A4", "A5"],
  16. "rows": ["A6"]
  17. },
  18. "processor": "STM32F103",
  19. "rgblight": {
  20. "animations": {
  21. "alternating": true,
  22. "breathing": true,
  23. "christmas": true,
  24. "knight": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "snake": true,
  28. "static_gradient": true,
  29. "twinkle": true
  30. },
  31. "hue_steps": 10,
  32. "led_count": 5
  33. },
  34. "url": "",
  35. "usb": {
  36. "device_version": "1.0.0",
  37. "pid": "0x3001",
  38. "vid": "0x7BA1"
  39. },
  40. "ws2812": {
  41. "driver": "pwm"
  42. "pin": "B8",
  43. },
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. { "matrix": [0, 0], "x": 0, "y": 0 },
  48. { "matrix": [0, 1], "x": 1, "y": 0 },
  49. { "matrix": [0, 2], "x": 2, "y": 0 }
  50. ]
  51. }
  52. }
  53. }