logo

qmk_firmware

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

info.json (885B)


  1. {
  2. "keyboard_name": "Adelais",
  3. "matrix_pins": {
  4. "cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "B11", "B10", "B8", "B4", "B5", "B3", "C14", "A15"],
  5. "rows": ["B1", "A0", "C13", "A1", "A2"]
  6. },
  7. "diode_direction": "COL2ROW",
  8. "backlight": {
  9. "pin": "B0",
  10. "breathing": true
  11. },
  12. "rgblight": {
  13. "led_count": 23,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "christmas": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true,
  24. "twinkle": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "A7"
  29. },
  30. "indicators": {
  31. "caps_lock": "B2",
  32. "num_lock": "C15",
  33. "scroll_lock": "B9"
  34. }
  35. }