info.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "keyboard_name": "Knobs 3",
  3. "manufacturer": "ANAVI",
  4. "url": "https://github.com/AnaviTechnology/anavi-knobs-3",
  5. "maintainer": "leon-anavi",
  6. "processor": "RP2040",
  7. "bootloader": "rp2040",
  8. "matrix_pins": {
  9. "direct": [
  10. ["GP26", "GP29", "GP0"]
  11. ]
  12. },
  13. "features": {
  14. "bootmagic": false,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": false,
  19. "nkro": true,
  20. "rgblight": true
  21. },
  22. "rgblight": {
  23. "pin": "GP12",
  24. "led_count": 1,
  25. "hue_steps": 10,
  26. "saturation_steps": 17,
  27. "brightness_steps": 17,
  28. "max_brightness": 255,
  29. "animations": {
  30. "alternating": true,
  31. "breathing": true,
  32. "christmas": true,
  33. "knight": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "rgb_test": true,
  37. "snake": true,
  38. "static_gradient": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "driver": "vendor"
  44. },
  45. "encoder": {
  46. "enabled": true,
  47. "rotary": [
  48. {
  49. "pin_a": "GP27",
  50. "pin_b": "GP28",
  51. "resolution": 2
  52. },
  53. {
  54. "pin_a": "GP4",
  55. "pin_b": "GP3",
  56. "resolution": 2
  57. },
  58. {
  59. "pin_a": "GP1",
  60. "pin_b": "GP2",
  61. "resolution": 2
  62. }
  63. ]
  64. },
  65. "layouts": {
  66. "LAYOUT": {
  67. "layout": [
  68. { "label":"Mute", "x": 0, "y": 0, "matrix": [0, 0] },
  69. { "label":"RGB", "x": 0, "y": 1, "matrix": [0, 1] },
  70. { "label":"Animation", "x": 0, "y": 2, "matrix": [0, 2] }
  71. ]
  72. }
  73. },
  74. "usb": {
  75. "device_version": "1.0.0",
  76. "pid": "0x9A25",
  77. "vid": "0xFEED"
  78. }
  79. }