logo

qmk_firmware

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

keyboard.json (828B)


  1. {
  2. "development_board": "elite_c",
  3. "encoder": {
  4. "rotary": [
  5. {"pin_a": "F0", "pin_b": "F1"}
  6. ]
  7. },
  8. "features": {
  9. "bootmagic": true,
  10. "encoder": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "oled": true,
  15. "rgblight": true
  16. },
  17. "rgblight": {
  18. "animations": {
  19. "alternating": true,
  20. "breathing": true,
  21. "christmas": true,
  22. "knight": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true,
  25. "rgb_test": true,
  26. "snake": true,
  27. "static_gradient": true,
  28. "twinkle": true
  29. },
  30. "led_count": 8,
  31. "max_brightness": 175,
  32. "sleep": true
  33. },
  34. "ws2812": {
  35. "pin": "C7"
  36. }
  37. }