info.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "encoder": {
  43. "enabled": true,
  44. "rotary": [
  45. {
  46. "pin_a": "GP27",
  47. "pin_b": "GP28",
  48. "resolution": 2
  49. },
  50. {
  51. "pin_a": "GP4",
  52. "pin_b": "GP3",
  53. "resolution": 2
  54. },
  55. {
  56. "pin_a": "GP1",
  57. "pin_b": "GP2",
  58. "resolution": 2
  59. }
  60. ]
  61. },
  62. "layouts": {
  63. "LAYOUT": {
  64. "layout": [
  65. { "label":"Mute", "x": 0, "y": 0, "matrix": [0, 0] },
  66. { "label":"RGB", "x": 0, "y": 1, "matrix": [0, 1] },
  67. { "label":"Animation", "x": 0, "y": 2, "matrix": [0, 2] }
  68. ]
  69. }
  70. },
  71. "usb": {
  72. "device_version": "1.0.0",
  73. "pid": "0x9A25",
  74. "vid": "0xFEED"
  75. }
  76. }