logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1246B)


  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. "usb": {
  35. "device_version": "1.0.0",
  36. "pid": "0x3001",
  37. "vid": "0x7BA1"
  38. },
  39. "ws2812": {
  40. "driver": "pwm"
  41. "pin": "B8",
  42. },
  43. "layouts": {
  44. "LAYOUT": {
  45. "layout": [
  46. { "matrix": [0, 0], "x": 0, "y": 0 },
  47. { "matrix": [0, 1], "x": 1, "y": 0 },
  48. { "matrix": [0, 2], "x": 2, "y": 0 }
  49. ]
  50. }
  51. }
  52. }