logo

qmk_firmware

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

info.json (873B)


  1. {
  2. "keyboard_name": "Split Tester",
  3. "manufacturer": "Keebio",
  4. "maintainer": "nooges",
  5. "usb": {
  6. "vid": "0xCB10",
  7. "pid": "0x1111",
  8. "device_version": "1.0.0"
  9. },
  10. "split": {
  11. "enabled": true
  12. },
  13. "rgblight": {
  14. "led_count": 12,
  15. "split_count": [6, 6],
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "layouts": {
  30. "LAYOUT": {
  31. "layout": [
  32. {"matrix": [0, 0], "x": 0, "y": 0},
  33. {"matrix": [1, 0], "x": 1, "y": 0}
  34. ]
  35. }
  36. }
  37. }