Skip to content

Draft: Add BLEDOM Support

Kitsune requested to merge AKitsune/OpenRGB:feature/bledom into master

Initial commit for BLEDOM (Various Manufacturers)

Adds Support for BLEDOM Devices (controlled by the Lotus Lantern app).

  • Solves #2354
  • Protocol used from here and here (Rust Controller)
  • Implemented using Qt Bluetooth
  • Devices are Added through the settings, and detected on the next Rescan (Similar to the Philips Wiz system).
  • Tested on Windows 11

Checklist for Accepting a Merge Request for a New Device

  • The New Device issue raised for this device is linked to this MR with a keyword Closes / Resolves / Implements
  • There is a device protocol page in the Developer Wiki or there is enough information / captures in the New Device issue to provide ongoing support.
  • The code to be merged follows the style guide and change requirements as documented in the contributing guide.
  • Meta data for the device is included in RGBController_* file
  • This device is detected and is working on Windows 10 and / or 11
  • This device is detected and is working on Linux (Please specify distribution and releases tested)
  • Logging for Info, Warnings and Errors has been added for troubleshooting purposes
Edited by Kitsune

Merge request reports