Files
qmk_firmware/keyboards/splitkb/elora/rev1/keyboard.json
leah-splitkb cb6e1c1af5 Add splitkb.com's Elora (#22557)
* Add splitkb's Elora

* WIP

* Make requested changes

* fix missing call to keyboard init user for elora

* sync vial_qmk with qmk

* Add fixes

* Add encoder quadrature and update files

* Update Readme

* Implement changes

* Remove encoder driver from keyboard.json

* make requested changed

* Implement changes and remove myriad_task as it wasn't actually doing anything.

* Remove myriad.h from matrix.c

* Simplify OLED code debug

* Update RGB keycodes (qmk#24484)

* remove rules.mk (qmk#23281)

* Add matrix state sync

---------

Co-authored-by: NapOli1084 <10320176+NapOli1084@users.noreply.github.com>
Co-authored-by: harveysch <126267034+harvey-splitkb@users.noreply.github.com>
Co-authored-by: harvey <harvey@splitkb.com>
Co-authored-by: VeyPatch <126267034+VeyPatch@users.noreply.github.com>
2025-03-02 14:33:03 -07:00

109 lines
3.1 KiB
JSON

{
"keyboard_name": "Elora rev1",
"bootloader": "rp2040",
"features": {
"pointing_device": true,
"rgb_matrix": true,
"rgblight": false,
"encoder": true,
"oled": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"audio": false
},
"processor": "RP2040",
"rgb_matrix": {
"animations": {
"alphas_mods": true,
"band_pinwheel_sat": true,
"band_pinwheel_val": true,
"band_sat": true,
"band_spiral_sat": true,
"band_spiral_val": true,
"band_val": true,
"breathing": true,
"cycle_all": true,
"cycle_left_right": true,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"cycle_up_down": true,
"digital_rain": true,
"dual_beacon": true,
"gradient_left_right": true,
"gradient_up_down": true,
"hue_breathing": true,
"hue_pendulum": true,
"hue_wave": true,
"jellybean_raindrops": true,
"multisplash": true,
"pixel_flow": true,
"pixel_fractal": true,
"pixel_rain": true,
"rainbow_beacon": true,
"rainbow_moving_chevron": true,
"rainbow_pinwheels": true,
"raindrops": true,
"solid_color": true,
"solid_multisplash": true,
"solid_reactive": true,
"solid_reactive_cross": true,
"solid_reactive_multicross": true,
"solid_reactive_multinexus": true,
"solid_reactive_multiwide": true,
"solid_reactive_nexus": true,
"solid_reactive_simple": true,
"solid_reactive_wide": true,
"solid_splash": true,
"splash": true,
"typing_heatmap": true
},
"driver": "ws2812",
"layout": [
{"x": 90, "y": 0, "flags": 2},
{"x": 45, "y": 0, "flags": 2},
{"x": 0, "y": 0, "flags": 2},
{"x": 0, "y": 64, "flags": 2},
{"x": 45, "y": 64, "flags": 2},
{"x": 90, "y": 64, "flags": 2},
{"x": 134, "y": 0, "flags": 2},
{"x": 179, "y": 0, "flags": 2},
{"x": 224, "y": 0, "flags": 2},
{"x": 224, "y": 64, "flags": 2},
{"x": 179, "y": 64, "flags": 2},
{"x": 134, "y": 64, "flags": 2}
],
"max_brightness": 150,
"split_count": [6, 6]
},
"rgblight": {
"led_count": 12,
"split": true
},
"split": {
"enabled": true,
"handedness": {
"pin": "GP14"
},
"serial": {
"driver": "usart"
},
"transport": {
"sync": {
"matrix_state": true
},
"watchdog": true,
"watchdog_timeout": 3000
}
},
"usb": {
"pid": "0x9D9D"
},
"ws2812": {
"driver": "vendor",
"pin": "GP15"
}
}