keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "keyboard_name": "Elora rev1",
  3. "bootloader": "rp2040",
  4. "features": {
  5. "pointing_device": true,
  6. "rgb_matrix": true,
  7. "rgblight": false,
  8. "encoder": true,
  9. "oled": true,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true,
  13. "audio": false
  14. },
  15. "processor": "RP2040",
  16. "rgb_matrix": {
  17. "animations": {
  18. "alphas_mods": true,
  19. "band_pinwheel_sat": true,
  20. "band_pinwheel_val": true,
  21. "band_sat": true,
  22. "band_spiral_sat": true,
  23. "band_spiral_val": true,
  24. "band_val": true,
  25. "breathing": true,
  26. "cycle_all": true,
  27. "cycle_left_right": true,
  28. "cycle_out_in": true,
  29. "cycle_out_in_dual": true,
  30. "cycle_pinwheel": true,
  31. "cycle_spiral": true,
  32. "cycle_up_down": true,
  33. "digital_rain": true,
  34. "dual_beacon": true,
  35. "gradient_left_right": true,
  36. "gradient_up_down": true,
  37. "hue_breathing": true,
  38. "hue_pendulum": true,
  39. "hue_wave": true,
  40. "jellybean_raindrops": true,
  41. "multisplash": true,
  42. "pixel_flow": true,
  43. "pixel_fractal": true,
  44. "pixel_rain": true,
  45. "rainbow_beacon": true,
  46. "rainbow_moving_chevron": true,
  47. "rainbow_pinwheels": true,
  48. "raindrops": true,
  49. "solid_multisplash": true,
  50. "solid_reactive": true,
  51. "solid_reactive_cross": true,
  52. "solid_reactive_multicross": true,
  53. "solid_reactive_multinexus": true,
  54. "solid_reactive_multiwide": true,
  55. "solid_reactive_nexus": true,
  56. "solid_reactive_simple": true,
  57. "solid_reactive_wide": true,
  58. "solid_splash": true,
  59. "splash": true,
  60. "typing_heatmap": true
  61. },
  62. "driver": "ws2812",
  63. "layout": [
  64. {"x": 90, "y": 0, "flags": 2},
  65. {"x": 45, "y": 0, "flags": 2},
  66. {"x": 0, "y": 0, "flags": 2},
  67. {"x": 0, "y": 64, "flags": 2},
  68. {"x": 45, "y": 64, "flags": 2},
  69. {"x": 90, "y": 64, "flags": 2},
  70. {"x": 134, "y": 0, "flags": 2},
  71. {"x": 179, "y": 0, "flags": 2},
  72. {"x": 224, "y": 0, "flags": 2},
  73. {"x": 224, "y": 64, "flags": 2},
  74. {"x": 179, "y": 64, "flags": 2},
  75. {"x": 134, "y": 64, "flags": 2}
  76. ],
  77. "max_brightness": 150,
  78. "split_count": [6, 6]
  79. },
  80. "rgblight": {
  81. "led_count": 12,
  82. "split": true
  83. },
  84. "split": {
  85. "enabled": true,
  86. "handedness": {
  87. "pin": "GP14"
  88. },
  89. "serial": {
  90. "driver": "usart"
  91. },
  92. "transport": {
  93. "sync": {
  94. "matrix_state": true,
  95. "oled": true
  96. },
  97. "watchdog": true,
  98. "watchdog_timeout": 3000
  99. }
  100. },
  101. "usb": {
  102. "pid": "0x9D9D"
  103. },
  104. "ws2812": {
  105. "driver": "vendor",
  106. "pin": "GP15"
  107. }
  108. }