keyboard.json 1.7 KB

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