View Single Post
04/05/24, 10:42 AM   #7
DakJaniels
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 31
Originally Posted by Baertram View Post
Seems that lua manager code for chroma generates the event callbacks (e.g. on death) and then it sends the info needed for the Razr devices via available API function calls (e.g. ChromaSetCustomSingleColorFadingEffectValue, ChromaApplyCustomEffectFullColor, ChromaApplyCustomEffectCellColor, ChromaFinalizeCustomEffect, ChromaDeleteAllCustomEffectIds ...) -> to the c code -> and from there to the Razr drivers/tools?

And with ZO_ChromaGetCustomEffectCoordinatesForAction(actionName) (where action name would be e.g. "ACTION_BUTTON_9" for quicklsot) you can get the chroma keyboard's row and column of the key?
Could probably use this as an example https://www.esoui.com/downloads/info...omaConfig.html
  Reply With Quote