logo

qmk_firmware

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

info.json (1072B)


  1. {
  2. "manufacturer": "OwLab",
  3. "maintainer": "Owlab",
  4. "usb": {
  5. "vid": "0x4F53"
  6. },
  7. "matrix_pins": {
  8. "cols": ["A7", "B0", "B1", "B2", "B10", "B11", "B12", "B13", "B14", "B15", "A8", "A9", "A10", "A15", "B4"],
  9. "rows": ["A1", "A2", "A3", "A5", "A4", "A6"]
  10. },
  11. "diode_direction": "COL2ROW",
  12. "ws2812": {
  13. "pin": "B3"
  14. },
  15. "indicators": {
  16. "caps_lock": "A0",
  17. "on_state": 0
  18. },
  19. "features": {
  20. "bootmagic": true,
  21. "extrakey": true,
  22. "mousekey": true,
  23. "nkro": true,
  24. "rgblight": true
  25. },
  26. "processor": "STM32F103",
  27. "board": "STM32_F103_STM32DUINO",
  28. "rgblight": {
  29. "animations": {
  30. "breathing": true,
  31. "christmas": true,
  32. "knight": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "snake": true,
  36. "static_gradient": true
  37. },
  38. "brightness_steps": 10,
  39. "led_count": 123,
  40. "max_brightness": 100,
  41. "saturation_steps": 8
  42. }
  43. }