keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "oled": true
  22. },
  23. "rgblight": {
  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. "pin": "GP12",
  44. "driver": "vendor"
  45. },
  46. "encoder": {
  47. "enabled": true,
  48. "rotary": [
  49. {"pin_a": "GP27", "pin_b": "GP28", "resolution": 2},
  50. {"pin_a": "GP4", "pin_b": "GP3", "resolution": 2},
  51. {"pin_a": "GP1", "pin_b": "GP2", "resolution": 2}
  52. ]
  53. },
  54. "layouts": {
  55. "LAYOUT": {
  56. "layout": [
  57. {"label": "Mute", "x": 0, "y": 0, "matrix": [0, 0]},
  58. {"label": "RGB", "x": 0, "y": 1, "matrix": [0, 1]},
  59. {"label": "Animation", "x": 0, "y": 2, "matrix": [0, 2]}
  60. ]
  61. }
  62. },
  63. "usb": {
  64. "device_version": "1.0.0",
  65. "pid": "0x9A25",
  66. "vid": "0xFEED"
  67. }
  68. }