logo

qmk_firmware

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

keyboard.json (1040B)


  1. {
  2. "manufacturer": "rot13labs",
  3. "keyboard_name": "Veilid SAO",
  4. "maintainer": "c0ldbru",
  5. "bootloader": "usbasploader",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": false,
  10. "mousekey": false,
  11. "nkro": false,
  12. "rgb_matrix": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["C0"],
  16. "rows": ["B1"]
  17. },
  18. "processor": "atmega328p",
  19. "usb": {
  20. "device_version": "13.3.7",
  21. "pid": "0xBEEF",
  22. "vid": "0xBEEF"
  23. },
  24. "ws2812": {
  25. "pin": "B0"
  26. },
  27. "rgb_matrix": {
  28. "animations": {
  29. "cycle_left_right": true
  30. },
  31. "driver": "ws2812",
  32. "layout": [
  33. {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}
  34. ],
  35. "max_brightness": 100
  36. },
  37. "community_layouts": ["ortho_1x1"],
  38. "layouts": {
  39. "LAYOUT_ortho_1x1": {
  40. "layout": [
  41. {"label": "Ctrl", "matrix": [0, 0], "x": 0, "y": 0}
  42. ]
  43. }
  44. }
  45. }