From 2dd72c023d3e741767c454055e36744b619d862d Mon Sep 17 00:00:00 2001 From: Aytackydln Date: Sat, 27 Jan 2024 00:39:13 +0000 Subject: [PATCH] deploy: 8e59d3f172289fb8b21a69ecea0c1efeebded539 --- advanced-topics/animation-editor/index.html | 4 ++-- advanced-topics/index.html | 2 +- advanced-topics/overrides-system/index.html | 4 ++-- advanced-topics/state-variables/index.html | 4 ++-- advanced-topics/visualizer-output/index.html | 16 ++++++++-------- basic-topics/games/index.html | 2 +- basic-topics/getting-started/index.html | 6 +++--- basic-topics/index.html | 2 +- basic-topics/installation/index.html | 4 ++-- basic-topics/user-data/index.html | 4 ++-- devices/alldevices/index.html | 2 +- devices/asus/index.html | 4 ++-- devices/corsair/index.html | 4 ++-- devices/dualsense/index.html | 2 +- devices/index.html | 2 +- devices/index.xml | 8 +++++--- devices/logitech/index.html | 8 ++++---- devices/openrgb/index.html | 2 +- devices/razer/index.html | 2 +- devices/steelseries/index.html | 4 ++-- devices/wooting/index.html | 2 +- index.html | 2 +- index.xml | 10 ++++++---- integrations/chroma/index.html | 2 +- integrations/index.html | 2 +- integrations/lightfx/index.html | 2 +- integrations/lightsync/index.html | 2 +- reference-expressions/index.html | 2 +- reference-expressions/input/index.html | 2 +- reference-expressions/logic/index.html | 2 +- reference-expressions/maths/index.html | 4 ++-- reference-expressions/misc/index.html | 2 +- reference-expressions/state/index.html | 2 +- reference-expressions/string/index.html | 2 +- reference-layers/ambilight/index.html | 4 ++-- reference-layers/animation/index.html | 4 ++-- reference-layers/audio-visualizer/index.html | 4 ++-- reference-layers/blinking/index.html | 4 ++-- reference-layers/breathing/index.html | 4 ++-- .../conditional-comparisons/index.html | 2 +- reference-layers/glitch-effect/index.html | 4 ++-- reference-layers/gradient-fill/index.html | 4 ++-- reference-layers/gradient/index.html | 4 ++-- reference-layers/image/index.html | 4 ++-- reference-layers/index.html | 2 +- reference-layers/interactive/index.html | 4 ++-- reference-layers/lock-color/index.html | 4 ++-- reference-layers/particle-interactive/index.html | 2 +- reference-layers/particle/index.html | 6 +++--- reference-layers/percent-effect/index.html | 4 ++-- .../percent-gradient-effect/index.html | 4 ++-- reference-layers/radial/index.html | 4 ++-- reference-layers/script/index.html | 2 +- reference-layers/shortcut-assistant/index.html | 4 ++-- reference-layers/solid-color/index.html | 4 ++-- reference-layers/solid-fill-color/index.html | 4 ++-- reference-layers/timer-key/index.html | 4 ++-- reference-layers/toggle-key/index.html | 2 +- reference-layers/toolbar/index.html | 4 ++-- reference-layers/wrapper/index.html | 2 +- search/index.html | 4 ++-- sitemap.xml | 2 +- 62 files changed, 114 insertions(+), 110 deletions(-) diff --git a/advanced-topics/animation-editor/index.html b/advanced-topics/animation-editor/index.html index 0db2061..0fdab06 100644 --- a/advanced-topics/animation-editor/index.html +++ b/advanced-topics/animation-editor/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Animation Editor • Aurora Docs

Animation Editor


Last updated 10.01.2024

The Animation Layer allows you to add your own custom animated effects to your peripheral lights. To edit this animation, the Animation Editor used. This is a powerful tool, and fairly easy to use once you understand how it works. As with all unfamiliar things however, it may be daunting at first.

Concepts and Definitions

Before getting into the guide itself, let me define some of the concepts and features that are required to fully understand how the animations work.

  • Each frame, the animation is drawn onto a Canvas which is then sent to your connected peripherals. The canvas is a rectangle with a height and a width, this size of which depend on the position and size of the peripherals. Anything drawn to the canvas will be drawn at a specific point on the canvas, with x=0, y=0 being the coordinate of the top left.
  • An animation is built up of one or more Animation Tracks. Each of these tracks can represent a single shape (e.g. rectangle, filled circle, etc.)
  • Each shape has a number of Properties, depending on what sort of shape they are. For example, a circle has radius, center x, center y, color and width properties. These properties determine how the shape will be rendered to the canvas.
  • Each animation track will have one or more Keyframes which are points on the timeline where you can set the properties of a shape. The keyframes do not have to line up on each track. For example one track may only have one keyframe while another may have ten.
  • Between keyframes, the properties of a shape on a track will interpolate, forming a smooth transition.

The Editor

With that out of the way, lets move on to the creation of an animation. To open the animation editor, first add an animation layer to your profile. On the layer settings, click on the “Edit Animation” button. When you first open the animation editor you will be presented with a screen that looks like this:

The main screen of the Animation Editor labelled showing the main controls

There are 3 main areas to the editor:

  • The timeline which shows the tracks that currently make up the animation as well as also containing a seek line (the vertical red line) which dictates which how far through the animation the preview is.
  • The preview area which shows a skeleton of your peripheral setup and the various shapes that make up the animation at the given time.
  • The property editor which, when a keypoint is selected, allows for editing the properties of that shape for that keypoint.

Creating an Animation

First we need to add a track by clicking on the “Add Track” button just above and to the left of the timeline, then choosing the type of shape we wish to add. The manual color track allows you to set individual colors of the keyboard (see Closing Notes), rather than using shapes; the other tracks should be self-explanatory. For the purpose of the tutorial, I will add an (unfilled) circle track.

Adding a circle track to the timeline

You should now see a new row has appeared in the timeline. This is the new shape we’ve just created. The left-most grey box shows the name of the track, a delete button and an icon to indicate the type of the track. If you so desire you can double click on the name of the track to change it to something more helpful, though this has no effect on the actual animation itself.

The newly created circle track on the timeline

Next to the grey box you will see a pair of colored rectangles. These represent a keyframe on the track, the color being indicative of the color of the shape at that keyframe. Clicking this keyframe, we can edit the properties of the circle using the properties in the top right. I’m going to set them to the values in the image below.

Properties for the first keyframe

Next, we’ll need another keyframe to animate to, otherwise we will just have a static image! Double click on the timeline inline with the track to insert a new keyframe at that time. Unfortunately the properties are all reset so we have to enter them again from scratch. Like before though, single left click on the keyframe and set the properties in the properties panel. This time, I will use these settings:

Properties for the first keyframe

You can add as many other keyframes as you like and even add new tracks with their own keyframes using the steps from above, but I won’t bother.

Once done, you can close the animation editor window. Finally, to ensure the animation plays smoothly, we need to set the Animation Duration property of the Animation Layer to be the length of the animation you just created. If you set a value too small, your animation will appear to be cut off, but too long and you animation will not replay quickly.

Congratulations, you’ve made your first animation! :tada:


Page authored by
\ No newline at end of file +Aurora User Docs

Animation Editor


Last updated 10.01.2024

The Animation Layer allows you to add your own custom animated effects to your peripheral lights. To edit this animation, the Animation Editor used. This is a powerful tool, and fairly easy to use once you understand how it works. As with all unfamiliar things however, it may be daunting at first.

Concepts and Definitions

Before getting into the guide itself, let me define some of the concepts and features that are required to fully understand how the animations work.

  • Each frame, the animation is drawn onto a Canvas which is then sent to your connected peripherals. The canvas is a rectangle with a height and a width, this size of which depend on the position and size of the peripherals. Anything drawn to the canvas will be drawn at a specific point on the canvas, with x=0, y=0 being the coordinate of the top left.
  • An animation is built up of one or more Animation Tracks. Each of these tracks can represent a single shape (e.g. rectangle, filled circle, etc.)
  • Each shape has a number of Properties, depending on what sort of shape they are. For example, a circle has radius, center x, center y, color and width properties. These properties determine how the shape will be rendered to the canvas.
  • Each animation track will have one or more Keyframes which are points on the timeline where you can set the properties of a shape. The keyframes do not have to line up on each track. For example one track may only have one keyframe while another may have ten.
  • Between keyframes, the properties of a shape on a track will interpolate, forming a smooth transition.

The Editor

With that out of the way, lets move on to the creation of an animation. To open the animation editor, first add an animation layer to your profile. On the layer settings, click on the “Edit Animation” button. When you first open the animation editor you will be presented with a screen that looks like this:

The main screen of the Animation Editor labelled showing the main controls

There are 3 main areas to the editor:

  • The timeline which shows the tracks that currently make up the animation as well as also containing a seek line (the vertical red line) which dictates which how far through the animation the preview is.
  • The preview area which shows a skeleton of your peripheral setup and the various shapes that make up the animation at the given time.
  • The property editor which, when a keypoint is selected, allows for editing the properties of that shape for that keypoint.

Creating an Animation

First we need to add a track by clicking on the “Add Track” button just above and to the left of the timeline, then choosing the type of shape we wish to add. The manual color track allows you to set individual colors of the keyboard (see Closing Notes), rather than using shapes; the other tracks should be self-explanatory. For the purpose of the tutorial, I will add an (unfilled) circle track.

Adding a circle track to the timeline

You should now see a new row has appeared in the timeline. This is the new shape we’ve just created. The left-most grey box shows the name of the track, a delete button and an icon to indicate the type of the track. If you so desire you can double click on the name of the track to change it to something more helpful, though this has no effect on the actual animation itself.

The newly created circle track on the timeline

Next to the grey box you will see a pair of colored rectangles. These represent a keyframe on the track, the color being indicative of the color of the shape at that keyframe. Clicking this keyframe, we can edit the properties of the circle using the properties in the top right. I’m going to set them to the values in the image below.

Properties for the first keyframe

Next, we’ll need another keyframe to animate to, otherwise we will just have a static image! Double click on the timeline inline with the track to insert a new keyframe at that time. Unfortunately the properties are all reset so we have to enter them again from scratch. Like before though, single left click on the keyframe and set the properties in the properties panel. This time, I will use these settings:

Properties for the first keyframe

You can add as many other keyframes as you like and even add new tracks with their own keyframes using the steps from above, but I won’t bother.

Once done, you can close the animation editor window. Finally, to ensure the animation plays smoothly, we need to set the Animation Duration property of the Animation Layer to be the length of the animation you just created. If you set a value too small, your animation will appear to be cut off, but too long and you animation will not replay quickly.

Congratulations, you’ve made your first animation! :tada:


Page authored by
\ No newline at end of file diff --git a/advanced-topics/index.html b/advanced-topics/index.html index 52b4310..37c4663 100644 --- a/advanced-topics/index.html +++ b/advanced-topics/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Advanced Topics • Aurora Docs
\ No newline at end of file diff --git a/advanced-topics/overrides-system/index.html b/advanced-topics/overrides-system/index.html index 376d152..fcdc63a 100644 --- a/advanced-topics/overrides-system/index.html +++ b/advanced-topics/overrides-system/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Overrides System • Aurora Docs

Overrides System


Last updated 10.01.2024

The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don’t understand it. This is a feature mainly for advanced users.

The overrides system works by providing you, the user, the ability to use one of several techniques to override individual properties with custom values. If no override is provided, the value you’ve set on the normal properties editor panel will be used instead. Overrides are done on a per-property basis, so you can use one technique for one property, a different one for another property or no technique for a third for example.

The Editor

To open the overrides editor panel, first select the layer whose properties you want to override then click on the left-most button in the top right of the properties panel.

The button to open the overrides editor

The editor is split into two columns. The left column contains a list of all overridable properties on the selected layer, showing their name and type. Note that not all properties are overridable. The right hand (larger) column is where the main logic editor is. This area is how you choose and edit the override technique. Initially, only a drop down box will be shown with an empty area.

To actually setup an override for a property, select it from the property list, then choose an override mode from the drop down list.

Setting up an override on the Primary Color property of the breathing layer

Override Modes

Dynamic Value

The dynamic value override method allows you to dynamically create a value based on values of other variables.

A simple example for this could be assigning to opacity of a layer to be the health of a player, so it appears to fade in as the health lowers, showing a red warning when your character is close to death. A more complex example could be constructing a color based on the current time, with seconds being red, minutes green and hours blue. Whether you’d actually want this who knows, but it’s possible with this override technique.

Basic example of a dynamic value being used with opacity to make the layer flash in and then fade out

Depending on the type of property being edited, you will be asked to provide one or more expressions of different types. Descriptions of these expressions are available in the “Reference: Expression Types” section of the guide. For example, the “Enabled” property will require a boolean expression and “Opacity” will require a numeric expression.

Lookup Table

The lookup table is a list of condition-value pairs. When using this override technique, Aurora will evaluate the boolean condition expression of each item in the list until it finds one that is true. When it does so, it will override the requested property with the value of the pair.

Example lookup table that sets the color to red every once every three seconds

If you are familiar with the concept of programming, you can think of a lookup table as being like a switch statement or a collection of if else if blocks.

Demos

This profile contains a single solid fill layer that fades in and out every second, each second alternating between red, green and blue.

The demo layer running

You can download the demo profile here.


Page authored by
\ No newline at end of file +Aurora User Docs

Overrides System


Last updated 10.01.2024

The overrides system is an an advanced system that allows you to override the properties of layers with other values that are evaluated each frame. This allows for a huge amount of control and customizability with your lighting that layers on their own cannot provide. You can still get fairly customization layers without this system, so do not worry if you don’t understand it. This is a feature mainly for advanced users.

The overrides system works by providing you, the user, the ability to use one of several techniques to override individual properties with custom values. If no override is provided, the value you’ve set on the normal properties editor panel will be used instead. Overrides are done on a per-property basis, so you can use one technique for one property, a different one for another property or no technique for a third for example.

The Editor

To open the overrides editor panel, first select the layer whose properties you want to override then click on the left-most button in the top right of the properties panel.

The button to open the overrides editor

The editor is split into two columns. The left column contains a list of all overridable properties on the selected layer, showing their name and type. Note that not all properties are overridable. The right hand (larger) column is where the main logic editor is. This area is how you choose and edit the override technique. Initially, only a drop down box will be shown with an empty area.

To actually setup an override for a property, select it from the property list, then choose an override mode from the drop down list.

Setting up an override on the Primary Color property of the breathing layer

Override Modes

Dynamic Value

The dynamic value override method allows you to dynamically create a value based on values of other variables.

A simple example for this could be assigning to opacity of a layer to be the health of a player, so it appears to fade in as the health lowers, showing a red warning when your character is close to death. A more complex example could be constructing a color based on the current time, with seconds being red, minutes green and hours blue. Whether you’d actually want this who knows, but it’s possible with this override technique.

Basic example of a dynamic value being used with opacity to make the layer flash in and then fade out

Depending on the type of property being edited, you will be asked to provide one or more expressions of different types. Descriptions of these expressions are available in the “Reference: Expression Types” section of the guide. For example, the “Enabled” property will require a boolean expression and “Opacity” will require a numeric expression.

Lookup Table

The lookup table is a list of condition-value pairs. When using this override technique, Aurora will evaluate the boolean condition expression of each item in the list until it finds one that is true. When it does so, it will override the requested property with the value of the pair.

Example lookup table that sets the color to red every once every three seconds

If you are familiar with the concept of programming, you can think of a lookup table as being like a switch statement or a collection of if else if blocks.

Demos

This profile contains a single solid fill layer that fades in and out every second, each second alternating between red, green and blue.

The demo layer running

You can download the demo profile here.


Page authored by
\ No newline at end of file diff --git a/advanced-topics/state-variables/index.html b/advanced-topics/state-variables/index.html index 144eca6..158de42 100644 --- a/advanced-topics/state-variables/index.html +++ b/advanced-topics/state-variables/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +State Variables • Aurora Docs

State Variables


Last updated 10.01.2024

What are State Variables?

State Variables are numeric, boolean (true/false) or string (sequence of letters) values that can be obtained and dynamically updated by Aurora as it is running. Layers such as the Percent Effect Layer or the Animation Layer can make use of these values to conditionally set the lights on the keyboard. The values depend on which profile is currently in use, for example the CSGO profile contains State Variables for health, current ammo, max ammo, etc. but these specific ones do not work for other profiles such as Minecraft.

Not all game profiles that come with Aurora have State Integration, and currently custom added profiles also do not support State Variables.

There are some State Variables that are operating system-wide (such as RAM/CPU usage and time values) and these are always available to use, regardless of the application a profile is on.

How do you use State Variables?

Any layers that support the use of State Variables will present you with a drop down box allowing you to select a State Variable from the current application profile.

An example of a drop down containing a list of State Variables for Minecraft

Note that in most circumstances, the drop down list is editable you are able to type a number into the field to use that instead of referencing a State Variable.

Another use for State Variables is in the Overrides System. This system allows you to override property values of the layers when certain conditions are met. These conditions can be based on State Variables, such as showing a layer when your health is less than 25%.


Page authored by
\ No newline at end of file +Aurora User Docs

State Variables


Last updated 10.01.2024

What are State Variables?

State Variables are numeric, boolean (true/false) or string (sequence of letters) values that can be obtained and dynamically updated by Aurora as it is running. Layers such as the Percent Effect Layer or the Animation Layer can make use of these values to conditionally set the lights on the keyboard. The values depend on which profile is currently in use, for example the CSGO profile contains State Variables for health, current ammo, max ammo, etc. but these specific ones do not work for other profiles such as Minecraft.

Not all game profiles that come with Aurora have State Integration, and currently custom added profiles also do not support State Variables.

There are some State Variables that are operating system-wide (such as RAM/CPU usage and time values) and these are always available to use, regardless of the application a profile is on.

How do you use State Variables?

Any layers that support the use of State Variables will present you with a drop down box allowing you to select a State Variable from the current application profile.

An example of a drop down containing a list of State Variables for Minecraft

Note that in most circumstances, the drop down list is editable you are able to type a number into the field to use that instead of referencing a State Variable.

Another use for State Variables is in the Overrides System. This system allows you to override property values of the layers when certain conditions are met. These conditions can be based on State Variables, such as showing a layer when your health is less than 25%.


Page authored by
\ No newline at end of file diff --git a/advanced-topics/visualizer-output/index.html b/advanced-topics/visualizer-output/index.html index 4c5dece..1756131 100644 --- a/advanced-topics/visualizer-output/index.html +++ b/advanced-topics/visualizer-output/index.html @@ -1,11 +1,11 @@ -Aurora • Unified RGB Lighting, Docs +Audio Visualizer Tweaks • Aurora Docs

Audio Visualizer Tweaks


Last updated 10.01.2024

The Audio Visualizer layer allows you to display a representation of whatever you’re listening to on your RGB devices.

Isolating applications

Why

One of the things that annoys me about the layer is that every single sound your computer emits will be shown on the keyboard, which isn’t very useful or appealing if you’re talking to someone on Discord for example. So I found a way to isolate a single application (in my case, Spotify) in the same audio output as Aurora.

This makes it so only sound emitted by Spotify is processed and displayed on the keyboard, and does make the visualization change if you change the volume of the music.

Prerequisites

  • Windows 19 build 1809 or above

    • Aurora doesn’t let you pick the audio output device yet. Windows now has a menu where you can force an application to use an output and input device of your choosing.
  • Virtual Audio Cable

    • We need this so we can listen to 2 output devices at once: The default output every application should emit to, and the virtual audio cable we need for Aurora’s visualizer.

How

  1. Open the Windows Settings app (Win + i). -Windows settings app
  2. Click the System button, then select the Sound tab. -Windows Sound tab
  3. Scroll down to the bottom and click “App volume and device preferences”. -App volume and device preferences
  4. Set both Aurora’s and whatever other application you want to be visible’s Output to “CABLE Input”. Then Input option does not need to be changed for this. -App Volumes
  5. Open the legacy Sound settings window. The easiest way is through Control Panel -> Icons view. -Control Panel
  6. Choose the Recording Tab and double-click “CABLE Output”. Select the Listen Tab.
  7. Tick “Listen to this device” and choose your headphones/speakers. You should now be able to listen to music! -Cable Output Properties

(Optional) Install Ear Trumpet from the Windows Store to more easily change the volume of Spotify. This method works best if you leave Spotify’s volume at 100% and adjust using the windows mixer instead. This way, Aurora sees every song at the same volume at all times, producing a more consistent effect. -Ear Trumpet


Page authored by
\ No newline at end of file +Windows settings app
  • Click the System button, then select the Sound tab. +Windows Sound tab
  • Scroll down to the bottom and click “App volume and device preferences”. +App volume and device preferences
  • Set both Aurora’s and whatever other application you want to be visible’s Output to “CABLE Input”. Then Input option does not need to be changed for this. +App Volumes
  • Open the legacy Sound settings window. The easiest way is through Control Panel -> Icons view. +Control Panel
  • Choose the Recording Tab and double-click “CABLE Output”. Select the Listen Tab.
  • Tick “Listen to this device” and choose your headphones/speakers. You should now be able to listen to music! +Cable Output Properties
  • (Optional) Install Ear Trumpet from the Windows Store to more easily change the volume of Spotify. This method works best if you leave Spotify’s volume at 100% and adjust using the windows mixer instead. This way, Aurora sees every song at the same volume at all times, producing a more consistent effect. +Ear Trumpet


    Page authored by \ No newline at end of file diff --git a/basic-topics/games/index.html b/basic-topics/games/index.html index 21c7da6..9dc5553 100644 --- a/basic-topics/games/index.html +++ b/basic-topics/games/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Natively Supported Games • Aurora Docs

    Natively Supported Games


    Last updated 02.01.2024

    Aurora supports these games natively:

    Aurora supports these games/softwares via mods:

    • Discord (via BetterDiscord)
    • Minecraft (with version specific mods)
    • OSU
    • Witcher 3
    • Terraria
    • Rocket League

    See Wiki for details, as some models can be incompatible.


    Page authored by
    \ No newline at end of file diff --git a/basic-topics/getting-started/index.html b/basic-topics/getting-started/index.html index bcb9e2e..6cebc10 100644 --- a/basic-topics/getting-started/index.html +++ b/basic-topics/getting-started/index.html @@ -1,6 +1,6 @@ -Aurora • Unified RGB Lighting, Docs +Getting Started • Aurora Docs

    Getting Started


    Last updated 10.01.2024

    When you first open Aurora, you will be presented with a window that looks like the following. -Annotated picture of the main Aurora UI

    Applications

    On the far left is the application list, with each application shown as an icon. All the applications and games you will see here by default have some sort of integration or preset profile. You are not limited to just these ones however; by scrolling to the bottom of the list and clicking the plus icon you will be able to specify new applications either by selecting from the running process list or by browsing to the exe. You can disable applications if you don’t want your lighting changing when you open that app by going onto the overview and un-checking the “Enable Aurora to provide lighting effects…” box. You can also right-click on the application icons to hide them if you do not have that game and don’t want it cluttering up the list.

    Aurora works by detecting the application that is currently focused and checking if it has an application entry for that application. If it does, it will render the active profile (we’ll see what a profile is in the next section) to your peripherals. If it does not, it will render the “Desktop” application’s selected profile. -Each application can have one or more profiles, and each profile can have as many layers as you wish

    Profiles

    Profiles are a collection of layers that will be drawn to the keyboard whenever that application is currently open (and in the foreground). An application can have one or more profiles, but only one profile can be active at once. You can assign keys to each profile allowing you to switch between them when a specific button is pressed.

    To view the profiles for the currently selected application, click on the “Profiles” button in the list view buttons near the top left of the window. The list below this button will then show you all the profiles of the application. From here you can:

    • Add a new profile by clicking the “Add” button.
    • Delete profiles by clicking the red “X” button.
    • Import a profile from .cueprofile or .json file.
    • Export your profile as a .json file.
    • Copy/paste profiles to duplicate them or add them to another application.
    • Reset the profile to the default state.
    • Rename a profile by clicking on it, then typing a name in the “Profile name” box in the properties panel
    • Assign a key to select a profile by clicking on it, then clicking “Assign” next to “Keybind to active profile” in the properties panel then pressing the keys on your keyboard you want.

    Layers

    A Layer is an instruction for Aurora to set the color of some specific keys on your keyboard. Each layer has different functionality which is detailed in a later section of this guide. The layers are drawn from bottom-to-top, therefore anything higher up the list will take priority over the colors of anything lower down.

    Annoted picture of the Layer controls

    To show the layers list, click the “Layers” list view button that will be at the top left or bottom left of the window (depending on whether the profile list is open or not). A list will appear below this button showing you all your layers. From here you can:

    • Add new layers by clicking on the “Add” button above the layer list.
    • Select a layer and press the copy and paste buttons (or press Ctrl + C, Ctrl + V) to duplicate it or copy it to another profile.
    • Change the layer properties by clicking on a layer and using the properties panel.
    • Delete the layer by selecting it and clicking the red “X” button.
    • Re-order layers by clicking and dragging the triple horizontal line (burger) button next to the layer.

    Overlay Layers

    Overlay layers are different from regular layers in that they appear whenever a particular process is running (or in the case of desktop overlay layers, always). For example, if you create a profile for Spotify and add a audio visualizer as an overlay, the visualizer will always appear whenever Spotify is open, regardless of whether you have it in the foreground or not.

    Note that the layers and overlay layers for a profile can be enabled/disabled independently. With the Spotify example, if you disable the regular layers for the profile but keep the overlay layers, your desktop profile will stay active when Spotify is in the foreground instead of going blank with only the overlay layers.

    Layer Properties

    Each layer will have a set of properties that you can change such as color or the keys it affects. This can be changed in the bottom right panel, the Properties Panel. The properties available to each layer are listed in the reference section of this guide that can be accessed in the navigation list.


    Page authored by
    \ No newline at end of file +Annotated picture of the main Aurora UI

    Applications

    On the far left is the application list, with each application shown as an icon. All the applications and games you will see here by default have some sort of integration or preset profile. You are not limited to just these ones however; by scrolling to the bottom of the list and clicking the plus icon you will be able to specify new applications either by selecting from the running process list or by browsing to the exe. You can disable applications if you don’t want your lighting changing when you open that app by going onto the overview and un-checking the “Enable Aurora to provide lighting effects…” box. You can also right-click on the application icons to hide them if you do not have that game and don’t want it cluttering up the list.

    Aurora works by detecting the application that is currently focused and checking if it has an application entry for that application. If it does, it will render the active profile (we’ll see what a profile is in the next section) to your peripherals. If it does not, it will render the “Desktop” application’s selected profile. +Each application can have one or more profiles, and each profile can have as many layers as you wish

    Profiles

    Profiles are a collection of layers that will be drawn to the keyboard whenever that application is currently open (and in the foreground). An application can have one or more profiles, but only one profile can be active at once. You can assign keys to each profile allowing you to switch between them when a specific button is pressed.

    To view the profiles for the currently selected application, click on the “Profiles” button in the list view buttons near the top left of the window. The list below this button will then show you all the profiles of the application. From here you can:

    Layers

    A Layer is an instruction for Aurora to set the color of some specific keys on your keyboard. Each layer has different functionality which is detailed in a later section of this guide. The layers are drawn from bottom-to-top, therefore anything higher up the list will take priority over the colors of anything lower down.

    Annoted picture of the Layer controls

    To show the layers list, click the “Layers” list view button that will be at the top left or bottom left of the window (depending on whether the profile list is open or not). A list will appear below this button showing you all your layers. From here you can:

    Overlay Layers

    Overlay layers are different from regular layers in that they appear whenever a particular process is running (or in the case of desktop overlay layers, always). For example, if you create a profile for Spotify and add a audio visualizer as an overlay, the visualizer will always appear whenever Spotify is open, regardless of whether you have it in the foreground or not.

    Note that the layers and overlay layers for a profile can be enabled/disabled independently. With the Spotify example, if you disable the regular layers for the profile but keep the overlay layers, your desktop profile will stay active when Spotify is in the foreground instead of going blank with only the overlay layers.

    Layer Properties

    Each layer will have a set of properties that you can change such as color or the keys it affects. This can be changed in the bottom right panel, the Properties Panel. The properties available to each layer are listed in the reference section of this guide that can be accessed in the navigation list.


    Page authored by \ No newline at end of file diff --git a/basic-topics/index.html b/basic-topics/index.html index 3ff41df..5ec8dfb 100644 --- a/basic-topics/index.html +++ b/basic-topics/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Basic Topics • Aurora Docs
    \ No newline at end of file diff --git a/basic-topics/installation/index.html b/basic-topics/installation/index.html index b04380d..8ca8a8f 100644 --- a/basic-topics/installation/index.html +++ b/basic-topics/installation/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Installation • Aurora Docs

    Installation


    Last updated 16.01.2024

    To install Aurora, the easiest way is to download the installer from our GitHub page and simply run it.

    After this, you will find Aurora in your start menu. Opening the Aurora program will show you some simple steps you will need to take with detected existing RGB to allow Aurora to take priority when it needs to. It’s important you follows these steps otherwise Aurora may not work correctly.

    Dev Version

    The Aurora software is constantly evolving thanks to submissions from various contributors. Before these changes hit the main release, they are added to a special “dev” version of Aurora (after being bug-tested).

    If you would like to, it is possible to download the dev version to access some new additional features and bug fixes.

    Other Versions

    Since there are several contributors contributing to Aurora, there are several different branches of Aurora. A developer will often ask their branch to be tested by users, either through Discord or on a Pull Request on GitHub.

    Because of all the separate versions with different functionality, it is advisable NOT to install these versions using the exe, but instead to download the zip file and extract them to a place other than your main Aurora installation. Like with the dev version, it’s highly recommended to backup profiles and settings.

    Downloading a GitHub Pull Request

    A pull request is where a developer has made changes to Aurora and would like to merge these into the main Aurora release. These pull requests will contain a description of exactly what changes have been made and will automatically create a build of that version. This version will likely be based on a recent dev version of Aurora (as opposed to the main version).

    Once you have found a Pull Request you wish to download and test, you should be presented with a screen such as this.

    PR GitHub page

    Scroll down until you find a section with green ticks (a maybe red crosses). There should be an item that says “All checks have passed”. Next to this item, click on “Show all checks” button to reveal a small panel below this item. Click on the “Details” link. If you do not have an “All checks have passed” option, the automatic build process has failed and you will not be able to download a pre-built version.

    The panel that will take you to the build artefacts

    You should be taken to the website “AppVeyor” and should see a large blue block of text. Just above this text, click the “Artifacts” tab, and you will be presented with the built installer and ZIP file for that PR.

    The download link for the artefacts


    Page authored by
    \ No newline at end of file +Aurora User Docs

    Installation


    Last updated 16.01.2024

    To install Aurora, the easiest way is to download the installer from our GitHub page and simply run it.

    After this, you will find Aurora in your start menu. Opening the Aurora program will show you some simple steps you will need to take with detected existing RGB to allow Aurora to take priority when it needs to. It’s important you follows these steps otherwise Aurora may not work correctly.

    Dev Version

    The Aurora software is constantly evolving thanks to submissions from various contributors. Before these changes hit the main release, they are added to a special “dev” version of Aurora (after being bug-tested).

    If you would like to, it is possible to download the dev version to access some new additional features and bug fixes.

    Other Versions

    Since there are several contributors contributing to Aurora, there are several different branches of Aurora. A developer will often ask their branch to be tested by users, either through Discord or on a Pull Request on GitHub.

    Because of all the separate versions with different functionality, it is advisable NOT to install these versions using the exe, but instead to download the zip file and extract them to a place other than your main Aurora installation. Like with the dev version, it’s highly recommended to backup profiles and settings.

    Downloading a GitHub Pull Request

    A pull request is where a developer has made changes to Aurora and would like to merge these into the main Aurora release. These pull requests will contain a description of exactly what changes have been made and will automatically create a build of that version. This version will likely be based on a recent dev version of Aurora (as opposed to the main version).

    Once you have found a Pull Request you wish to download and test, you should be presented with a screen such as this.

    PR GitHub page

    Scroll down until you find a section with green ticks (a maybe red crosses). There should be an item that says “All checks have passed”. Next to this item, click on “Show all checks” button to reveal a small panel below this item. Click on the “Details” link. If you do not have an “All checks have passed” option, the automatic build process has failed and you will not be able to download a pre-built version.

    The panel that will take you to the build artefacts

    You should be taken to the website “AppVeyor” and should see a large blue block of text. Just above this text, click the “Artifacts” tab, and you will be presented with the built installer and ZIP file for that PR.

    The download link for the artefacts


    Page authored by
    \ No newline at end of file diff --git a/basic-topics/user-data/index.html b/basic-topics/user-data/index.html index cf7145e..1398928 100644 --- a/basic-topics/user-data/index.html +++ b/basic-topics/user-data/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +User Data • Aurora Docs

    User Data


    Last updated 10.01.2024

    Aurora stores all user data in a directory in the roaming application data folder. This user data includes all your settings (such as preferred devices, bitmap accuracy, etc) as well as all your lighting profiles and recent logs that Aurora has created. You can see the Aurora folder by navigating to %APPDATA%\Aurora in Windows file explorer.

    Importing Profiles

    Profiles that others have made can be imported easily into Aurora using the import button on the “Profiles” section. Pressing this button will open a dialog asking you to choose a file to import. JSON files that have been exported from Aurora (see exporting profiles) are fully supported through import. In addition, Aurora has partial support for implementing iCUE profiles, however due to the nature of it being a different program with different layers and formats, imported profiles may not look identical.

    When importing a profile, a new profile will appear in the profile list - you do not need to worry about it overwriting the profile you currently have selected. If you wish to merge the imported profile with an existing one you have, you can select the layers from one profile and copy and paste them using the relevant buttons or by pressing the Ctrl + C and Ctrl + V keys on the keyboard.

    Exporting Profiles

    If you have created a profile that you wish to share with other people, you can easily export it by clicking the export button on the “Profiles” section. Clicking this button will open a window where you will be asked to save the profile as a JSON file. This JSON file can then be sent to other people who can import it into Aurora using the method described above. There is no way to export Aurora profiles into other applications such as LGS or iCUE.

    Taking a Backup

    There may be times when it would be wise to take a backup of your entire Aurora data folder (for example when you are installing a test build of Aurora). Doing this is a very simple matter of duplicating a folder.

    1. First, open up Windows file explorer.
    2. In the address bar, type %APPDATA% and press enter. This will take you to the folder where various installed programs can store data for your user account.
    3. There will be a folder called “Aurora” in here. Simply copy that folder to a different location (for example your Documents).

    Finding the Aurora user data directory

    1. Should you need to restore data that’s been backed up in future, you can simply replace the sane Aurora direction with the backup folder.

    Clearing User Data

    Clearing your user data may be required if you start using test versions of Aurora or need to downgrade your Aurora installation for whatever reason. To do this, you can simply delete (or rename/move if you intend to reuse to this data some time) the Aurora folder.

    1. First, ensure that you have closed Aurora. Deleting data while Aurora is running may cause it to crash. Additionally, Aurora will write some data to it’s user data folder when it closes.
    2. Next, open up Windows file explorer and in the address bar, type %APPDATA% and press enter. This will take you to the roaming application data folder.
    3. There will be a folder called “Aurora” in here. Simply delete, move or rename that folder.
    4. When you next re-open Aurora, it will recreate all the necessary data with the default configuration: default settings, default profiles, etc.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    User Data


    Last updated 10.01.2024

    Aurora stores all user data in a directory in the roaming application data folder. This user data includes all your settings (such as preferred devices, bitmap accuracy, etc) as well as all your lighting profiles and recent logs that Aurora has created. You can see the Aurora folder by navigating to %APPDATA%\Aurora in Windows file explorer.

    Importing Profiles

    Profiles that others have made can be imported easily into Aurora using the import button on the “Profiles” section. Pressing this button will open a dialog asking you to choose a file to import. JSON files that have been exported from Aurora (see exporting profiles) are fully supported through import. In addition, Aurora has partial support for implementing iCUE profiles, however due to the nature of it being a different program with different layers and formats, imported profiles may not look identical.

    When importing a profile, a new profile will appear in the profile list - you do not need to worry about it overwriting the profile you currently have selected. If you wish to merge the imported profile with an existing one you have, you can select the layers from one profile and copy and paste them using the relevant buttons or by pressing the Ctrl + C and Ctrl + V keys on the keyboard.

    Exporting Profiles

    If you have created a profile that you wish to share with other people, you can easily export it by clicking the export button on the “Profiles” section. Clicking this button will open a window where you will be asked to save the profile as a JSON file. This JSON file can then be sent to other people who can import it into Aurora using the method described above. There is no way to export Aurora profiles into other applications such as LGS or iCUE.

    Taking a Backup

    There may be times when it would be wise to take a backup of your entire Aurora data folder (for example when you are installing a test build of Aurora). Doing this is a very simple matter of duplicating a folder.

    1. First, open up Windows file explorer.
    2. In the address bar, type %APPDATA% and press enter. This will take you to the folder where various installed programs can store data for your user account.
    3. There will be a folder called “Aurora” in here. Simply copy that folder to a different location (for example your Documents).

    Finding the Aurora user data directory

    1. Should you need to restore data that’s been backed up in future, you can simply replace the sane Aurora direction with the backup folder.

    Clearing User Data

    Clearing your user data may be required if you start using test versions of Aurora or need to downgrade your Aurora installation for whatever reason. To do this, you can simply delete (or rename/move if you intend to reuse to this data some time) the Aurora folder.

    1. First, ensure that you have closed Aurora. Deleting data while Aurora is running may cause it to crash. Additionally, Aurora will write some data to it’s user data folder when it closes.
    2. Next, open up Windows file explorer and in the address bar, type %APPDATA% and press enter. This will take you to the roaming application data folder.
    3. There will be a folder called “Aurora” in here. Simply delete, move or rename that folder.
    4. When you next re-open Aurora, it will recreate all the necessary data with the default configuration: default settings, default profiles, etc.

    Page authored by
    \ No newline at end of file diff --git a/devices/alldevices/index.html b/devices/alldevices/index.html index 6776dfb..389b4f4 100644 --- a/devices/alldevices/index.html +++ b/devices/alldevices/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +All Supported Devices • Aurora Docs

    All Supported Devices


    Last updated 02.01.2024

    You can use Aurora with these Brands:

    • Asus
    • AtmoOrb
    • Bloody
    • Clevo
    • CoolerMaster
    • Corsair
    • Drevo
    • Ducky
    • Alienware
    • Logitech
    • OMEN
    • Razer
    • Roccat
    • Sony DS4 & DualSense
    • SoundBlasterX
    • Steelseries
    • Vulcan
    • Wooting
    • Yeelight
    • And by OpenRGB with “Direct Mode” support

    See Wiki for details, as some models can be incompatible.


    Page authored by
    \ No newline at end of file diff --git a/devices/asus/index.html b/devices/asus/index.html index ae434b4..423b71a 100644 --- a/devices/asus/index.html +++ b/devices/asus/index.html @@ -1,7 +1,7 @@ -Aurora • Unified RGB Lighting, Docs +Asus • Aurora Docs

    Asus


    Last updated 05.01.2024

    Required Software

    One of:

    • Asus Aura Sync 1.01.79_V2.1 or later - Download or,
    • Asus Armory Crate

    Version 1.07.79 of Asus Aura Sync will NOT work for most users.

    Using OpenRGB instead of Asus software is highly recommended.

    Needed configuration

    By default, all Asus lights that are not a keyboard will default to the mouse logo color. +Aurora User Docs

    Asus


    Last updated 27.01.2024

    You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora.

    Required Software

    One of:

    • Asus Aura Sync 1.01.79_V2.1 or later - Download or,
    • Asus Armory Crate

    Version 1.07.79 of Asus Aura Sync will NOT work for most users.

    Using OpenRGB instead of Asus software is highly recommended.

    Needed configuration

    By default, all Asus lights that are not a keyboard will default to the mouse logo color. To change this behaviour, you must open the Aurora settings, get to the “Devices and Wrappers” tab and click the “Configure Asus Peripheral Devices” button, which will open an interface to assign each individual light to a certain key or zone, such as mousepad lights.

    Known issues

    Items controlled by both Aura and another supported app can create conflicts. A common example would be Corsair RAM in the system with Asus Aura and iCue both trying to control it at the same time. The fix for that is rather simple : Open up the Aura app and disable sync for that peripheral/component by clicking the unlink button under its icon, at the top.

    Supported Devices

    Most Asus devices supported by Asus Aura. diff --git a/devices/corsair/index.html b/devices/corsair/index.html index fa8678b..33e858a 100644 --- a/devices/corsair/index.html +++ b/devices/corsair/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Corsair • Aurora Docs

    Corsair


    Last updated 10.01.2024

    You can have brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora.

    Required Software

    • Corsair iCUE

    Needed configuration

    The SDK should come enabled by default when you install iCUE, but in case it doesn’t connect, make sure it is enabled.

    Turning on the SDK in Corsair iCUE

    Supported Devices

    All devices that a version of iCUE is supported.


    Page authored by
    \ No newline at end of file +Aurora User Docs

    Corsair


    Last updated 27.01.2024

    You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora.

    Required Software

    • Corsair iCUE

    Needed configuration

    The SDK should come enabled by default when you install iCUE, but in case it doesn’t connect, make sure it is enabled.

    Turning on the SDK in Corsair iCUE

    Supported Devices

    All devices that a version of iCUE is supported.


    Page authored by
    \ No newline at end of file diff --git a/devices/dualsense/index.html b/devices/dualsense/index.html index 0003cf4..cd262fa 100644 --- a/devices/dualsense/index.html +++ b/devices/dualsense/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +DualShock4 & DualSense • Aurora Docs

    DualShock4 & DualSense


    Last updated 05.01.2024

    You can use Aurora to change your controller’s color depending on games and other variables.

    Required Software

    • OpenRGB (for DualSense)

    Needed configuration

    DualShock 4 or DualSense should be enabled in OpenRGB. Remapping controller led to correct led may be needed.

    Known issues

    PlayStation specific features like Vibration, Haptic and Adaptive Triggers won’t work while your color is being updated. diff --git a/devices/index.html b/devices/index.html index e373585..4e5f9cf 100644 --- a/devices/index.html +++ b/devices/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Devices • Aurora Docs

    \ No newline at end of file diff --git a/devices/index.xml b/devices/index.xml index 7ea81c0..e361e37 100644 --- a/devices/index.xml +++ b/devices/index.xml @@ -1,11 +1,13 @@ -Devices on Aurora User Docshttps://www.project-aurora.com/Docs/devices/Recent content in Devices on Aurora User DocsHugo -- gohugo.ioen-USAll Supported Deviceshttps://www.project-aurora.com/Docs/devices/alldevices/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/alldevices/You can use Aurora with these Brands: Asus AtmoOrb Bloody Clevo CoolerMaster Corsair Drevo Ducky Alienware Logitech OMEN Razer Roccat Sony DS4 & DualSense SoundBlasterX Steelseries Vulcan Wooting Yeelight And by OpenRGB with “Direct Mode” support See Wiki for details, as some models can be incompatible.Asushttps://www.project-aurora.com/Docs/devices/asus/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/asus/Required Software One of: +Devices on Aurora User Docshttps://www.project-aurora.com/Docs/devices/Recent content in Devices on Aurora User DocsHugo -- gohugo.ioen-USAll Supported Deviceshttps://www.project-aurora.com/Docs/devices/alldevices/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/alldevices/You can use Aurora with these Brands: Asus AtmoOrb Bloody Clevo CoolerMaster Corsair Drevo Ducky Alienware Logitech OMEN Razer Roccat Sony DS4 & DualSense SoundBlasterX Steelseries Vulcan Wooting Yeelight And by OpenRGB with “Direct Mode” support See Wiki for details, as some models can be incompatible.Asushttps://www.project-aurora.com/Docs/devices/asus/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/asus/You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. +Required Software One of: Asus Aura Sync 1.01.79_V2.1 or later - Download or, Asus Armory Crate Version 1.07.79 of Asus Aura Sync will NOT work for most users. Using OpenRGB instead of Asus software is highly recommended. -Needed configuration By default, all Asus lights that are not a keyboard will default to the mouse logo color. To change this behaviour, you must open the Aurora settings, get to the “Devices and Wrappers” tab and click the “Configure Asus Peripheral Devices” button, which will open an interface to assign each individual light to a certain key or zone, such as mousepad lights.Corsairhttps://www.project-aurora.com/Docs/devices/corsair/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/corsair/You can have brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. +Needed configuration By default, all Asus lights that are not a keyboard will default to the mouse logo color.Corsairhttps://www.project-aurora.com/Docs/devices/corsair/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/corsair/You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. Required Software Corsair iCUE Needed configuration The SDK should come enabled by default when you install iCUE, but in case it doesn’t connect, make sure it is enabled. Supported Devices All devices that a version of iCUE is supported.DualShock4 & DualSensehttps://www.project-aurora.com/Docs/devices/dualsense/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/dualsense/You can use Aurora to change your controller’s color depending on games and other variables. Required Software OpenRGB (for DualSense) Needed configuration DualShock 4 or DualSense should be enabled in OpenRGB. Remapping controller led to correct led may be needed. -Known issues PlayStation specific features like Vibration, Haptic and Adaptive Triggers won’t work while your color is being updated. Color updating is recommended to be disabled with supported games by setting a static color to it from Aurora.Logitechhttps://www.project-aurora.com/Docs/devices/logitech/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/logitech/Required Software One of: +Known issues PlayStation specific features like Vibration, Haptic and Adaptive Triggers won’t work while your color is being updated. Color updating is recommended to be disabled with supported games by setting a static color to it from Aurora.Logitechhttps://www.project-aurora.com/Docs/devices/logitech/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/logitech/You can use Aurora profiles and brand specific integrations (like Chroma) with Logitech devices using Aurora. +Required Software One of: Logitech Gaming Software 9.02.65+ Logitech G Hub Needed configuration The SDK should come enabled by default when you install LGS or GHUB, but in case it doesn’t connect, make sure it is enabled. For GHUB: For LGS: Open Logitech Gaming Software and go into Settings Enable Game Integration Settings Open the Game Integration Configuration menu Disable Conflicting Settings and Applets Known issues Logitech device integration does not work when Lightsync Wrapper is enabledOpenRGBhttps://www.project-aurora.com/Docs/devices/openrgb/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/openrgb/Required Software OpenRGB Needed configuration This page is not complete yet diff --git a/devices/logitech/index.html b/devices/logitech/index.html index a149837..5502af3 100644 --- a/devices/logitech/index.html +++ b/devices/logitech/index.html @@ -1,6 +1,6 @@ -Aurora • Unified RGB Lighting, Docs +Logitech • Aurora Docs

    Logitech


    Last updated 16.01.2024

    Required Software

    One of:

    • Logitech Gaming Software 9.02.65+
    • Logitech G Hub

    Needed configuration

    The SDK should come enabled by default when you install LGS or GHUB, but in case it doesn’t connect, make sure it is enabled.

    For GHUB:

    Turning on the SDK in Logitech G HUB

    For LGS:

    1. Open Logitech Gaming Software and go into Settings

    Opening Settings in Logitech Gaming Software

    1. Enable Game Integration Settings

    Enabling Game Integration Settings in Logitech Gaming Software

    1. Open the Game Integration Configuration menu

    Opening the Game Integration Menu in Logitech Gaming Software

    1. Disable Conflicting Settings and Applets

    Disabling CS:GO in Logitech Gaming Software -Disabling DotA2 in Logitech Gaming Software

    Known issues

    Logitech device integration does not work when Lightsync Wrapper is enabled

    • Lightsync wrapper will be automatically disabled if Logitech software autorun is detected. -If you want to use Logitech devices with other brands and have Lightsync integration on all devices, you have to replace Logitech software with OpenRGB

    • G HUB can take a very long time to fully open and start receiving SDK requests. Because of this, on some systems Aurora tries to connect to G HUB before it has the chance to completely start. This causes any following connections to fail until both G HUB and Aurora are restarted. This can be fixed on boot by adding a delay to the task Aurora uses to startup. This can be done in the General Settings:

    Adding a delay to Aurora’s startup task

    • Sometimes G HUB will only display Aurora’s lighting when the window is open on the foreground. To fix this, setting the desktop profile to permanent may be needed.

    Setting the desktop profile as the persistent one in GHUB

    Supported Devices

    Keyboards

    All per-key RGB keyboards are supposed to work. These are confirmed keyboards:

    • G910
    • G410
    • G810
    • GPRO
    • G815
    • G513

    Mice

    All mice are supposed to work, these are confirmed mice:

    • G900
    • G502

    Mousepads

    Most other Logitech LIGHTSYNC devices should work fine, even if they don't have a layout available in Aurora. Simply choose a keyboard with the same layout!


    Page authored by
    \ No newline at end of file +Aurora User Docs

    Logitech


    Last updated 27.01.2024

    You can use Aurora profiles and brand specific integrations (like Chroma) with Logitech devices using Aurora.

    Required Software

    One of:

    • Logitech Gaming Software 9.02.65+
    • Logitech G Hub

    Needed configuration

    The SDK should come enabled by default when you install LGS or GHUB, but in case it doesn’t connect, make sure it is enabled.

    For GHUB:

    Turning on the SDK in Logitech G HUB

    For LGS:

    1. Open Logitech Gaming Software and go into Settings

    Opening Settings in Logitech Gaming Software

    1. Enable Game Integration Settings

    Enabling Game Integration Settings in Logitech Gaming Software

    1. Open the Game Integration Configuration menu

    Opening the Game Integration Menu in Logitech Gaming Software

    1. Disable Conflicting Settings and Applets

    Disabling CS:GO in Logitech Gaming Software +Disabling DotA2 in Logitech Gaming Software

    Known issues

    Logitech device integration does not work when Lightsync Wrapper is enabled

    • Lightsync wrapper will be automatically disabled if Logitech software autorun is detected. +If you want to use Logitech devices with other brands and have Lightsync integration on all devices, you have to replace Logitech software with OpenRGB

    • G HUB can take a very long time to fully open and start receiving SDK requests. Because of this, on some systems Aurora tries to connect to G HUB before it has the chance to completely start. This causes any following connections to fail until both G HUB and Aurora are restarted. This can be fixed on boot by adding a delay to the task Aurora uses to startup. This can be done in the General Settings:

    Adding a delay to Aurora’s startup task

    • Sometimes G HUB will only display Aurora’s lighting when the window is open on the foreground. To fix this, setting the desktop profile to permanent may be needed.

    Setting the desktop profile as the persistent one in GHUB

    Supported Devices

    Keyboards

    All per-key RGB keyboards are supposed to work. These are confirmed keyboards:

    • G910
    • G410
    • G810
    • GPRO
    • G815
    • G513

    Mice

    All mice are supposed to work, these are confirmed mice:

    • G900
    • G502

    Mousepads

    Most other Logitech LIGHTSYNC devices should work fine, even if they don't have a layout available in Aurora. Simply choose a keyboard with the same layout!


    Page authored by
    \ No newline at end of file diff --git a/devices/openrgb/index.html b/devices/openrgb/index.html index d7b5e85..3d80c4b 100644 --- a/devices/openrgb/index.html +++ b/devices/openrgb/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +OpenRGB • Aurora Docs

    OpenRGB


    Last updated 16.01.2024

    Required Software

    OpenRGB

    Needed configuration

    This page is not complete yet

    SDK server in OpenRGB needs to be started. This can be done automatically at boot from OpenRGB settings.


    Page authored by
    \ No newline at end of file diff --git a/devices/razer/index.html b/devices/razer/index.html index 475fdf0..2793914 100644 --- a/devices/razer/index.html +++ b/devices/razer/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Razer • Aurora Docs

    Razer


    Last updated 21.01.2024

    You can have brand specific integrations (like LightFX and Lightsync) with Razer devices using Aurora.

    Required Software

    One of:

    • Synapse
    • OpenRGB

    Tips

    • After installing Synapse, you can disable all Razer services and only leave “Razer Chroma SDK Service” running to reduce background usage.
    • Using Chroma SDK Service and a Chroma integrated game make Razer devices flicker. In this case using OpenRGB and “Disabling Device Control” in “Devices & Wrappers” menu of Aurora is recommended

    Needed configuration

    The SDK should come enabled by default when you install Synapse.

    Supported Devices

    All devices except really recent devices should work. For really recent devices, small update to the SDK library is needed.


    Page authored by
    \ No newline at end of file diff --git a/devices/steelseries/index.html b/devices/steelseries/index.html index fec26a0..ac215e5 100644 --- a/devices/steelseries/index.html +++ b/devices/steelseries/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +SteelSeries • Aurora Docs

    SteelSeries


    Last updated 10.01.2024

    Required Software

    One of:

    • SteelSeries Engine 3
    • OpenRGB

    Needed configuration

    The SDK should be enabled by default, but in case it’s not, make sure the ‘Project Aurora’ custom application is enabled.

    Enabling custom app in SSE3

    If you still cannot control your keyboard or mouse illumination, check if Color Special Event is enabled in Aurora applet in SSE.

    Color Special Event in Aurora applet

    Known Issues

    Devices with number of zones other than 1, 2 or 12 are not fully supported (ex. Rival 600) - they may still work but not all zones can be controlled.

    Supported Devices

    Most devices supported by SteelSeries Engine. Notable exceptions are zone based keyboards like Apex M350 or Apex 3.


    Page authored by
    \ No newline at end of file +Aurora User Docs

    SteelSeries


    Last updated 10.01.2024

    Required Software

    One of:

    • SteelSeries Engine 3
    • OpenRGB

    Needed configuration

    The SDK should be enabled by default, but in case it’s not, make sure the ‘Project Aurora’ custom application is enabled.

    Enabling custom app in SSE3

    If you still cannot control your keyboard or mouse illumination, check if Color Special Event is enabled in Aurora applet in SSE.

    Color Special Event in Aurora applet

    Known Issues

    Devices with number of zones other than 1, 2 or 12 are not fully supported (ex. Rival 600) - they may still work but not all zones can be controlled.

    Supported Devices

    Most devices supported by SteelSeries Engine. Notable exceptions are zone based keyboards like Apex M350 or Apex 3.


    Page authored by
    \ No newline at end of file diff --git a/devices/wooting/index.html b/devices/wooting/index.html index aba3d82..1c22084 100644 --- a/devices/wooting/index.html +++ b/devices/wooting/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Wooting • Aurora Docs

    Wooting


    Last updated 05.01.2024

    Required Software

    None. Aurora will connect directly to your keyboard

    Needed configuration

    None. Connection should be automatic. If Aurora fails to connect at first, replug the keyboard and start Aurora again.

    Known issues

    Aurora overrides any lighting profiles on the keyboard. Due to this, it becomes impossible to tell which profile (digital, analog 1-3) is active at any time. diff --git a/index.html b/index.html index 4da0822..30d014e 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Introduction • Aurora Docs

    \ No newline at end of file diff --git a/index.xml b/index.xml index 54243d1..2e9b9d2 100644 --- a/index.xml +++ b/index.xml @@ -4,15 +4,16 @@ Note that this is reverse engineered and may not work as the original.Animation Editorhttps://www.project-aurora.com/Docs/advanced-topics/animation-editor/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/advanced-topics/animation-editor/The Animation Layer allows you to add your own custom animated effects to your peripheral lights. To edit this animation, the Animation Editor used. This is a powerful tool, and fairly easy to use once you understand how it works. As with all unfamiliar things however, it may be daunting at first. Concepts and Definitions Before getting into the guide itself, let me define some of the concepts and features that are required to fully understand how the animations work.Animation Layerhttps://www.project-aurora.com/Docs/reference-layers/animation/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/animation/The animation layer is another very powerful but very complex and hard-to-use layer. It allows for you to create custom animations using shapes and by creating key-frames in the animation editor. There is a basic guide on how to create animations here. -This layer can also be triggered when certain events happen. You can select it for when a game-state value changes or when you press/release a key. When in a key-mode, the animation can optionally be translated to the location of the pressed key.Asushttps://www.project-aurora.com/Docs/devices/asus/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/asus/Required Software One of: +This layer can also be triggered when certain events happen. You can select it for when a game-state value changes or when you press/release a key. When in a key-mode, the animation can optionally be translated to the location of the pressed key.Asushttps://www.project-aurora.com/Docs/devices/asus/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/asus/You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. +Required Software One of: Asus Aura Sync 1.01.79_V2.1 or later - Download or, Asus Armory Crate Version 1.07.79 of Asus Aura Sync will NOT work for most users. Using OpenRGB instead of Asus software is highly recommended. -Needed configuration By default, all Asus lights that are not a keyboard will default to the mouse logo color. To change this behaviour, you must open the Aurora settings, get to the “Devices and Wrappers” tab and click the “Configure Asus Peripheral Devices” button, which will open an interface to assign each individual light to a certain key or zone, such as mousepad lights.Audio Visualizer Layerhttps://www.project-aurora.com/Docs/reference-layers/audio-visualizer/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/audio-visualizer/This layer takes in audio data from your computer and visualizes the volume at various frequencies. There are many different customization options for this layer including which frequencies should be detected. Which frequencies are best depends on the type of audio you expect to be playing (rock will be different from classical) but the default frequencies provide a good starting point. +Needed configuration By default, all Asus lights that are not a keyboard will default to the mouse logo color.Audio Visualizer Layerhttps://www.project-aurora.com/Docs/reference-layers/audio-visualizer/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/audio-visualizer/This layer takes in audio data from your computer and visualizes the volume at various frequencies. There are many different customization options for this layer including which frequencies should be detected. Which frequencies are best depends on the type of audio you expect to be playing (rock will be different from classical) but the default frequencies provide a good starting point. Properties Name Description Equalizer Effect Type Power Bars Waveform Waveform (From bottom) View Type Solid Color - The waveform/bars are displayed in a single color (Primary Color) Alternating Colors - Each bar alternates between Primary and Secondary color.Audio Visualizer Tweakshttps://www.project-aurora.com/Docs/advanced-topics/visualizer-output/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/The Audio Visualizer layer allows you to display a representation of whatever you’re listening to on your RGB devices. Isolating applications Why One of the things that annoys me about the layer is that every single sound your computer emits will be shown on the keyboard, which isn’t very useful or appealing if you’re talking to someone on Discord for example. So I found a way to isolate a single application (in my case, Spotify) in the same audio output as Aurora.Blinking Layerhttps://www.project-aurora.com/Docs/reference-layers/blinking/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/blinking/The blinking layer sets the colors of the specified keys to flash between two alternatives, with no fading between the colors. Like to the breathing layer, it allows either or both of these colors to be randomized if you wish. Properties Name Description Primary Color The solid color to set all the affected keys to during the first phase. Use Random Primary Tick this to use a random color during first phase instead of Primary Color.Breathing Layerhttps://www.project-aurora.com/Docs/reference-layers/breathing/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/breathing/The breathing layer fades the colors of the specified keys between two colors. In that regard it is similar to the Gradient Fill Layer, however this layer also allows the colors to be randomized, so that the keyboard fades between unpredictable colors. Properties Name Description Primary Color The solid color to set all the affected keys to during the first phase. Use Random Primary Tick this to use a random color during first phase instead of Primary Color.Conditional & Comparison Layershttps://www.project-aurora.com/Docs/reference-layers/conditional-comparisons/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-layers/conditional-comparisons/These layers are no longer necessary and the Overrides System should be used instead as it has more functionality than these layers. They will remain in Aurora so as not to break existing profiles. -Conditional Layer The conditional layer sets the color of the given keys to one of two colors, based on whether the a boolean value (a yes/no) from the game or system or is true or false. Not all games have boolean properties available.Corsairhttps://www.project-aurora.com/Docs/devices/corsair/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/corsair/You can have brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. +Conditional Layer The conditional layer sets the color of the given keys to one of two colors, based on whether the a boolean value (a yes/no) from the game or system or is true or false. Not all games have boolean properties available.Corsairhttps://www.project-aurora.com/Docs/devices/corsair/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/corsair/You can use Aurora profiles and brand specific integrations (like Chroma and Lightsync) with Corsair devices using Aurora. Required Software Corsair iCUE Needed configuration The SDK should come enabled by default when you install iCUE, but in case it doesn’t connect, make sure it is enabled. Supported Devices All devices that a version of iCUE is supported.DualShock4 & DualSensehttps://www.project-aurora.com/Docs/devices/dualsense/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/dualsense/You can use Aurora to change your controller’s color depending on games and other variables. Required Software OpenRGB (for DualSense) Needed configuration DualShock 4 or DualSense should be enabled in OpenRGB. Remapping controller led to correct led may be needed. @@ -29,7 +30,8 @@ Properties Name Description Interactive Effect Type Key Wave - A circle emerges This layer functionality can be incorporated using the Overrides System. That said, it is simpler to use this layer for the pulse feature than to use the Override System alternative.Logichttps://www.project-aurora.com/Docs/reference-expressions/logic/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/reference-expressions/logic/This page lists all the standard evaluatables that are under the ‘Logic’ category. And boolean Takes two input booleans and outputs true only if both these inputs are also true. Boolean Change Detector boolean Watches an input boolean evaluatable and outputs true on a frame if the value of the child is different than it was last frame. Otherwise it outputs false. -Can also be configured to only output when the new value of the input is true or the new value is false.Logitechhttps://www.project-aurora.com/Docs/devices/logitech/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/logitech/Required Software One of: +Can also be configured to only output when the new value of the input is true or the new value is false.Logitechhttps://www.project-aurora.com/Docs/devices/logitech/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/devices/logitech/You can use Aurora profiles and brand specific integrations (like Chroma) with Logitech devices using Aurora. +Required Software One of: Logitech Gaming Software 9.02.65+ Logitech G Hub Needed configuration The SDK should come enabled by default when you install LGS or GHUB, but in case it doesn’t connect, make sure it is enabled. For GHUB: For LGS: Open Logitech Gaming Software and go into Settings Enable Game Integration Settings Open the Game Integration Configuration menu Disable Conflicting Settings and Applets Known issues Logitech device integration does not work when Lightsync Wrapper is enabledLogitech Lightsynchttps://www.project-aurora.com/Docs/integrations/lightsync/Mon, 01 Jan 0001 00:00:00 +0000https://www.project-aurora.com/Docs/integrations/lightsync/You can use Lightsync integration with all supported devices Note that this is reverse engineered and may not work as the original. diff --git a/integrations/chroma/index.html b/integrations/chroma/index.html index 7c59543..5dd0bfc 100644 --- a/integrations/chroma/index.html +++ b/integrations/chroma/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Razer Chroma • Aurora Docs

    Razer Chroma


    Last updated 02.01.2024

    You can use Chroma integration with all supported devices

    Note that this is reverse engineered and may not work as the original.

    You can have Synapse installed and Aurora will automatically apply game effects to your devices. diff --git a/integrations/index.html b/integrations/index.html index 927a77c..7615115 100644 --- a/integrations/index.html +++ b/integrations/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Brand Specific Game Integrations • Aurora Docs

    \ No newline at end of file diff --git a/integrations/lightfx/index.html b/integrations/lightfx/index.html index 9976344..1d7d6ea 100644 --- a/integrations/lightfx/index.html +++ b/integrations/lightfx/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Alienware LightFX • Aurora Docs

    Alienware LightFX


    Last updated 02.01.2024

    You can use Lightsync integration with all supported devices

    You must install LightFX wrapper dll to the game directory from Aurora settings.

    Note that this is reverse engineered and may not work as the original.


    Page authored by
    \ No newline at end of file diff --git a/integrations/lightsync/index.html b/integrations/lightsync/index.html index 7c25ecb..c3d77b0 100644 --- a/integrations/lightsync/index.html +++ b/integrations/lightsync/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Logitech Lightsync • Aurora Docs

    Logitech Lightsync


    Last updated 02.01.2024

    You can use Lightsync integration with all supported devices

    Note that this is reverse engineered and may not work as the original.

    You can have LGS installed and Aurora will automatically apply game effects to your devices.

    LGS must be fully closed before Aurora is launched.


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/index.html b/reference-expressions/index.html index 1c037a7..30f48e9 100644 --- a/reference-expressions/index.html +++ b/reference-expressions/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Reference: Expressions • Aurora Docs
    \ No newline at end of file diff --git a/reference-expressions/input/index.html b/reference-expressions/input/index.html index fe9fcfc..68dd72c 100644 --- a/reference-expressions/input/index.html +++ b/reference-expressions/input/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Input • Aurora Docs

    Input


    Last updated 28.04.2020

    This page lists all the standard evaluatables that are under the ‘Input’ category.

    Away Time number

    Outputs the amount of time the user has been inactivate. This is determined based on mouse or keyboard interaction.

    Away Timer boolean

    Outputs true if the user has been inactivate for the the amount of time specified. Whether the user is away is determined based on mouse or keyboard interaction.

    Key Held boolean

    Outputs true if the specified keyboard button is currently pressed.

    Key Press (Retain for duration) boolean

    Outputs true if the specified keyboard button was down within the given period of time. For example, if a key was pressed and the duration was 3 seconds, this would return still true for 3 seconds after the key is released.

    Lock Key Active boolean

    Outputs whether or not a lock key (caps lock, num lock or scroll lock) is currently in the locked or unlocked state.

    Mouse Button Held boolean

    Outputs whether or not the specified mouse button is currently being pressed down.


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/logic/index.html b/reference-expressions/logic/index.html index 7bdc639..3ece73b 100644 --- a/reference-expressions/logic/index.html +++ b/reference-expressions/logic/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Logic • Aurora Docs

    Logic


    Last updated 06.06.2020

    This page lists all the standard evaluatables that are under the ‘Logic’ category.

    And boolean

    Takes two input booleans and outputs true only if both these inputs are also true.

    Boolean Change Detector boolean

    Watches an input boolean evaluatable and outputs true on a frame if the value of the child is different than it was last frame. Otherwise it outputs false.

    Can also be configured to only output when the new value of the input is true or the new value is false.

    Boolean Constant boolean

    Outputs a boolean of your choice, either true or false.

    Flip-flop (Set-Reset) boolean

    A special kind of evaluatable that can store and toggle a boolean value.

    It has two boolean inputs, a “Set” and “Reset”.

    When Set becomes true, the flip-flop starts outputting a true value. It will keep outputting true until Reset becomes true (even if Set becomes false in the mean time).

    SetResetOutput
    00no change
    101
    010
    111

    This can be used to make simple toggles. For example, you could have a layer whose enabled property is based on a flip-flop whose Set was bound to the user pressing the ‘A’ key and Reset bound to the user pressing the ‘Space’ key. Now, whenever the A key is tapped or held, the layer will activate and remain activate until the space key is pressed or held.

    Flip-flop (Toggle) boolean

    A expression that stores a boolean value and outputs it. Each frame, the value of the input evaluatable is evaluated and if the result is true, the stored value of the flip-flop changes from true to false or vice-versa.

    If - Else If - Else booleannumberstring

    Not boolean

    Takes a boolean and outputs the opposite value.

    Or boolean

    Takes two booleans and outputs true if either or both of them are also true.

    True Extender boolean

    Extends the length of a true signal from the input boolean by the amount specified in the expression’s UI.

    Note that the timer starts as soon as the input becomes false. So, if the input was true for 1 second and the duration was 3 seconds, the length of the output true would be effectively 4 seconds.

    This is commonly used for extending the length of a single-frame output such as the numeric change detector.

    For delaying a bool signal (without changing its length), see the delay expression.


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/maths/index.html b/reference-expressions/maths/index.html index 61dfe58..a53b009 100644 --- a/reference-expressions/maths/index.html +++ b/reference-expressions/maths/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Maths • Aurora Docs

    Maths


    Last updated 10.01.2024

    This page lists all the standard evaluatables that are under the ‘Maths’ category.

    Absolute number

    Takes a number and outputs the absolute (positive) value. E.G. 5 outputs 5 (no change), but -10 would output 10.

    Arithmetic Comparison boolean

    Compares two numbers together and outputs a boolean indicating the result of the comparison. Can choose a comparison from: equal, not equal, less than, less than or equal, greater than, greater than or equal.

    Arithmetic Operation number

    Performs a binary operation on two numbers, such as: adding them together, subtracting one from the other, multiplying them together, dividing one by the other or finding the modulus (remainder of one when divided by the other).

    Lerp number

    Maps a value from one range onto it’s interpolated value in another range.

    For example, mapping the value 0.7 from a range of 0 to 1 onto the range of 50 to 100 would output 85. This is because 0.7 is 70% of the way between 0 and 1, and the number that is 70% of the way between 50 and 100 is 85.

    Number Change Detector boolean

    Outputs a true value on a frame whenever the value of the input number changes. If you require the boolean to be true for longer than a single frame, use this in conjunction with the true extender.

    Can also be set up to only output true when the value increases or decreases (instead of any change) and can also provide a minimum threshold that the change must be. For example, if you tick “Trigger on increase”, untick “Trigger on decrease” and set the threshold to 5, the only time a true will be output is when the current value of the number is 5 or higher more than the value it was last frame.

    Number Constant number

    Constantly outputs the specified number.

    Wave Function number

    Creates a wave output based on the given input.

    Note that all waves are normalized to accept a value in the range 0 - 1 and also output a value in the range 0 - 1.

    Sine

    Triangle


    Page authored by
    \ No newline at end of file +Aurora User Docs

    Maths


    Last updated 10.01.2024

    This page lists all the standard evaluatables that are under the ‘Maths’ category.

    Absolute number

    Takes a number and outputs the absolute (positive) value. E.G. 5 outputs 5 (no change), but -10 would output 10.

    Arithmetic Comparison boolean

    Compares two numbers together and outputs a boolean indicating the result of the comparison. Can choose a comparison from: equal, not equal, less than, less than or equal, greater than, greater than or equal.

    Arithmetic Operation number

    Performs a binary operation on two numbers, such as: adding them together, subtracting one from the other, multiplying them together, dividing one by the other or finding the modulus (remainder of one when divided by the other).

    Lerp number

    Maps a value from one range onto it’s interpolated value in another range.

    For example, mapping the value 0.7 from a range of 0 to 1 onto the range of 50 to 100 would output 85. This is because 0.7 is 70% of the way between 0 and 1, and the number that is 70% of the way between 50 and 100 is 85.

    Number Change Detector boolean

    Outputs a true value on a frame whenever the value of the input number changes. If you require the boolean to be true for longer than a single frame, use this in conjunction with the true extender.

    Can also be set up to only output true when the value increases or decreases (instead of any change) and can also provide a minimum threshold that the change must be. For example, if you tick “Trigger on increase”, untick “Trigger on decrease” and set the threshold to 5, the only time a true will be output is when the current value of the number is 5 or higher more than the value it was last frame.

    Number Constant number

    Constantly outputs the specified number.

    Wave Function number

    Creates a wave output based on the given input.

    Note that all waves are normalized to accept a value in the range 0 - 1 and also output a value in the range 0 - 1.

    Sine

    Triangle


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/misc/index.html b/reference-expressions/misc/index.html index 629fd38..8add460 100644 --- a/reference-expressions/misc/index.html +++ b/reference-expressions/misc/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Misc • Aurora Docs

    Misc


    Last updated 28.04.2020

    This page lists all the standard evaluatables that are under the ‘Misc’ category.

    Delay booleannumberstring

    Takes an input and delays it by the given time period.

    Process Running boolean

    Checks if a process with the given name is currently running.


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/state/index.html b/reference-expressions/state/index.html index 1d4365d..ee52452 100644 --- a/reference-expressions/state/index.html +++ b/reference-expressions/state/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +State • Aurora Docs

    State


    Last updated 28.04.2020

    This page lists all the standard evaluatables that are under the ‘State’ category.

    Boolean State Variable boolean

    Gets a boolean value from the game state.

    Enum State Variable boolean

    Gets a enum value from the game state and compares it to a specified value.

    An enum is a discrete set of possible options. For example in Terraria, the biome the player is in is an enum as there are only certain distinct possibilities.

    Numeric State Variable number

    Gets a numeric value from the game state.

    Numeric State Variable boolean

    Gets a numeric value from the game state and compares it to a given number, outputting the result of the comparison.

    String State Variable string

    Gets a string value from the game state.


    Page authored by
    \ No newline at end of file diff --git a/reference-expressions/string/index.html b/reference-expressions/string/index.html index 50f44c4..cf554b7 100644 --- a/reference-expressions/string/index.html +++ b/reference-expressions/string/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +String • Aurora Docs

    String


    Last updated 28.04.2020

    This page lists all the standard evaluatables that are under the ‘String’ category.

    String Comparison boolean

    Compares the values of two strings together. Can compare based on length, alphabetical position, etc. Can be configured to do a case insensitive comparison.

    String Constant string

    Constantly outputs the given string of characters.


    Page authored by
    \ No newline at end of file diff --git a/reference-layers/ambilight/index.html b/reference-layers/ambilight/index.html index 27b4989..bede0d4 100644 --- a/reference-layers/ambilight/index.html +++ b/reference-layers/ambilight/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Ambilight Layer • Aurora Docs

    Ambilight Layer


    Last updated 10.01.2024

    The ambilight layer takes the average color of the monitor (or specific areas of the monitor) and displays them on the keys.

    This can be a very intensive operation and so may not perform well on all machines. You may find that Aurora is lagging or using too much CPU when you use one of these layers.

    Ambilight Layer in use on a dual-monitor setup with a white background on one and blue on the other

    Properties

    NameDescription
    Ambilight Effect Type
    • Default - Takes the image from the target and sets the keys to the color at points on that image (see above for an example).
    • Average Color - Takes the entire image and gets the average color of the image and sets all keys to be that color.
    Ambilight Capture Type
    • Everything - Takes entire screen output (including multiple monitors if you have them).
    • Main Monitor Only - Takes screen output only from the monitor designated as number 1.
    • Foreground Application - Takes output from whichever application currently has focus.
    • Specific Process - Takes output only from the process with the specified name.
    Specific Process NameUsed with Capture Type "Specific Process" to restrict the ambilight layer to only use output from a specific application.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Ambilight Layer


    Last updated 10.01.2024

    The ambilight layer takes the average color of the monitor (or specific areas of the monitor) and displays them on the keys.

    This can be a very intensive operation and so may not perform well on all machines. You may find that Aurora is lagging or using too much CPU when you use one of these layers.

    Ambilight Layer in use on a dual-monitor setup with a white background on one and blue on the other

    Properties

    NameDescription
    Ambilight Effect Type
    • Default - Takes the image from the target and sets the keys to the color at points on that image (see above for an example).
    • Average Color - Takes the entire image and gets the average color of the image and sets all keys to be that color.
    Ambilight Capture Type
    • Everything - Takes entire screen output (including multiple monitors if you have them).
    • Main Monitor Only - Takes screen output only from the monitor designated as number 1.
    • Foreground Application - Takes output from whichever application currently has focus.
    • Specific Process - Takes output only from the process with the specified name.
    Specific Process NameUsed with Capture Type "Specific Process" to restrict the ambilight layer to only use output from a specific application.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/animation/index.html b/reference-layers/animation/index.html index d63444e..43e2126 100644 --- a/reference-layers/animation/index.html +++ b/reference-layers/animation/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Animation Layer • Aurora Docs

    Animation Layer


    Last updated 10.01.2024

    The animation layer is another very powerful but very complex and hard-to-use layer. It allows for you to create custom animations using shapes and by creating key-frames in the animation editor. There is a basic guide on how to create animations here.

    This layer can also be triggered when certain events happen. You can select it for when a game-state value changes or when you press/release a key. When in a key-mode, the animation can optionally be translated to the location of the pressed key. This basically provides a means of creating a custom interactive layer if you don’t like that layer’s default effects.

    An very basic example animation that has a rectangle that grows in width, then in height

    Properties

    NameDescription
    Display Only on Key Sequence KeysIf this is selected, the animation will only be displayed on the keys in the Affect Keys list.
    Scale to Key Sequence boundsIf this is checked, the animation bitmap will be scaled and translated so that it covers the keys in the Affected Keys list.
    Affected KeysIf Display Only on Key Sequence Keys is checked, the animation will only be displayed on these keys.
    Animation DurationThe length of time an animation takes to play. If you do not set this value high enough, the animation will appear to be cut off as it ends too early.
    Repeat TimesThe amount of times the animation will repeat. If set to 0, it will repeat indefinitely. When the trigger is not “Always on”, this should not be set to 0 as once triggered the animation will carry on forever.
    TriggerThis option is how you set when the animations should be played. The sub-properties for each of these trigger modes are detailed in the tabs below. “Always On” does not have any additional properties.

    Value Change Trigger Properties

    NameDescription
    Trigger pathA path to a number State Variable that should be watched for the value to change.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.

    Boolean Change Trigger Properties

    NameDescription
    Trigger pathA path to a boolean State Variable that should be watched for it to either become true, become false or run while true.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.

    Key Trigger Properties

    NameDescription
    Trigger for any keyIf this is checked, any key press will trigger an animation. If unchecked, only the keys in Trigger Keys will cause an animation to play.
    Translate to pressed keyIf this is checked, the animation's origin point (0, 0) (top left) will be translated to the center point of the pressed key.
    Trigger keysThe keys that should trigger an animation. Not needed if Trigger for any Key is checked.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.
    Stop as soon as key releasedIf this is checked, the animation will immediately stop when the key is released. I.E. it will not wait for the animation to finish playing.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Animation Layer


    Last updated 10.01.2024

    The animation layer is another very powerful but very complex and hard-to-use layer. It allows for you to create custom animations using shapes and by creating key-frames in the animation editor. There is a basic guide on how to create animations here.

    This layer can also be triggered when certain events happen. You can select it for when a game-state value changes or when you press/release a key. When in a key-mode, the animation can optionally be translated to the location of the pressed key. This basically provides a means of creating a custom interactive layer if you don’t like that layer’s default effects.

    An very basic example animation that has a rectangle that grows in width, then in height

    Properties

    NameDescription
    Display Only on Key Sequence KeysIf this is selected, the animation will only be displayed on the keys in the Affect Keys list.
    Scale to Key Sequence boundsIf this is checked, the animation bitmap will be scaled and translated so that it covers the keys in the Affected Keys list.
    Affected KeysIf Display Only on Key Sequence Keys is checked, the animation will only be displayed on these keys.
    Animation DurationThe length of time an animation takes to play. If you do not set this value high enough, the animation will appear to be cut off as it ends too early.
    Repeat TimesThe amount of times the animation will repeat. If set to 0, it will repeat indefinitely. When the trigger is not “Always on”, this should not be set to 0 as once triggered the animation will carry on forever.
    TriggerThis option is how you set when the animations should be played. The sub-properties for each of these trigger modes are detailed in the tabs below. “Always On” does not have any additional properties.

    Value Change Trigger Properties

    NameDescription
    Trigger pathA path to a number State Variable that should be watched for the value to change.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.

    Boolean Change Trigger Properties

    NameDescription
    Trigger pathA path to a boolean State Variable that should be watched for it to either become true, become false or run while true.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.

    Key Trigger Properties

    NameDescription
    Trigger for any keyIf this is checked, any key press will trigger an animation. If unchecked, only the keys in Trigger Keys will cause an animation to play.
    Translate to pressed keyIf this is checked, the animation's origin point (0, 0) (top left) will be translated to the center point of the pressed key.
    Trigger keysThe keys that should trigger an animation. Not needed if Trigger for any Key is checked.
    Stack modeWhat should happen if the state variable changes again while an animation is already playing.
    • Ignore - The currently playing animation will keep playing as if nothing happened.
    • Restart - Restart the currently playing animation.
    • Play Multiple - Play another instance of the animation in addition to the currently running one.
    Stop as soon as key releasedIf this is checked, the animation will immediately stop when the key is released. I.E. it will not wait for the animation to finish playing.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/audio-visualizer/index.html b/reference-layers/audio-visualizer/index.html index 37e7ecd..e8f9b2f 100644 --- a/reference-layers/audio-visualizer/index.html +++ b/reference-layers/audio-visualizer/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Audio Visualizer Layer • Aurora Docs

    Audio Visualizer Layer


    Last updated 10.01.2024

    This layer takes in audio data from your computer and visualizes the volume at various frequencies. There are many different customization options for this layer including which frequencies should be detected. Which frequencies are best depends on the type of audio you expect to be playing (rock will be different from classical) but the default frequencies provide a good starting point.

    An equalizer layer in gradient mode while playing a music track

    Properties

    NameDescription
    Equalizer Effect Type
    • Power Bars
    • Waveform
    • Waveform (From bottom)
    View Type
    • Solid Color - The waveform/bars are displayed in a single color (Primary Color)
    • Alternating Colors - Each bar alternates between Primary and Secondary color.
    • Gradient Notched Color - Each bar is a single color based on the Gradient provided.
    • Gradient Color Shift - The whole waveform is a single color as given by the gradient. The color gradually changes over time.
    • Gradient (Horizontal) - The waveform is colored as the Gradient provided.
    • Gradient (Vertical) - The waveform is colored as the Gradient provided vertically.
    Primary ColorThe color used when View Type is "Solid Color" or used for every other bar when View Type is "Alternating Colors".
    Secondary ColorThe color used for every other bar when View Type is "Alternating Colors".
    GradientThe gradient used when View Type isn't "Solid Color" or "Alternating Colors".
    Max AmplitudeThe value that will be used as the maximum value of the waveform. If the bars frequently clip off the top/bottom of the bitmap, try decreasing this value.
    Scale with System VolumeWhether or not the max amplitude should automatically scale with the system volume.
    Dim Background on SoundIf this is selected, when a sound is played the Dim Color will be used to dim the background.
    Dim ColorThe color used to dim the background by when Dim Background on Sound is selected.
    FrequenciesA list of all frequencies that will be represented by bars when the Effect Type is set to "Power Bars". You may need to tweak or add/remove this values to get the best experience depending on the type of audio you expect to be played.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Audio Visualizer Layer


    Last updated 10.01.2024

    This layer takes in audio data from your computer and visualizes the volume at various frequencies. There are many different customization options for this layer including which frequencies should be detected. Which frequencies are best depends on the type of audio you expect to be playing (rock will be different from classical) but the default frequencies provide a good starting point.

    An equalizer layer in gradient mode while playing a music track

    Properties

    NameDescription
    Equalizer Effect Type
    • Power Bars
    • Waveform
    • Waveform (From bottom)
    View Type
    • Solid Color - The waveform/bars are displayed in a single color (Primary Color)
    • Alternating Colors - Each bar alternates between Primary and Secondary color.
    • Gradient Notched Color - Each bar is a single color based on the Gradient provided.
    • Gradient Color Shift - The whole waveform is a single color as given by the gradient. The color gradually changes over time.
    • Gradient (Horizontal) - The waveform is colored as the Gradient provided.
    • Gradient (Vertical) - The waveform is colored as the Gradient provided vertically.
    Primary ColorThe color used when View Type is "Solid Color" or used for every other bar when View Type is "Alternating Colors".
    Secondary ColorThe color used for every other bar when View Type is "Alternating Colors".
    GradientThe gradient used when View Type isn't "Solid Color" or "Alternating Colors".
    Max AmplitudeThe value that will be used as the maximum value of the waveform. If the bars frequently clip off the top/bottom of the bitmap, try decreasing this value.
    Scale with System VolumeWhether or not the max amplitude should automatically scale with the system volume.
    Dim Background on SoundIf this is selected, when a sound is played the Dim Color will be used to dim the background.
    Dim ColorThe color used to dim the background by when Dim Background on Sound is selected.
    FrequenciesA list of all frequencies that will be represented by bars when the Effect Type is set to "Power Bars". You may need to tweak or add/remove this values to get the best experience depending on the type of audio you expect to be played.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/blinking/index.html b/reference-layers/blinking/index.html index 5e6eea9..d6950fb 100644 --- a/reference-layers/blinking/index.html +++ b/reference-layers/blinking/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Blinking Layer • Aurora Docs

    Blinking Layer


    Last updated 10.01.2024

    The blinking layer sets the colors of the specified keys to flash between two alternatives, with no fading between the colors. Like to the breathing layer, it allows either or both of these colors to be randomized if you wish.

    A blinking layer with cyan and a random secondary color

    Properties

    NameDescription
    Primary ColorThe solid color to set all the affected keys to during the first phase.
    Use Random PrimaryTick this to use a random color during first phase instead of Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second phase.
    Use Random SecondaryTick this to use a random color during second phase instead of Secondary Color.
    Effect SpeedHow fast the keys swap between primary and secondary colors.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Blinking Layer


    Last updated 10.01.2024

    The blinking layer sets the colors of the specified keys to flash between two alternatives, with no fading between the colors. Like to the breathing layer, it allows either or both of these colors to be randomized if you wish.

    A blinking layer with cyan and a random secondary color

    Properties

    NameDescription
    Primary ColorThe solid color to set all the affected keys to during the first phase.
    Use Random PrimaryTick this to use a random color during first phase instead of Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second phase.
    Use Random SecondaryTick this to use a random color during second phase instead of Secondary Color.
    Effect SpeedHow fast the keys swap between primary and secondary colors.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/breathing/index.html b/reference-layers/breathing/index.html index 063a7a7..a28d7f1 100644 --- a/reference-layers/breathing/index.html +++ b/reference-layers/breathing/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Breathing Layer • Aurora Docs

    Breathing Layer


    Last updated 10.01.2024

    The breathing layer fades the colors of the specified keys between two colors. In that regard it is similar to the Gradient Fill Layer, however this layer also allows the colors to be randomized, so that the keyboard fades between unpredictable colors.

    A breathing layer with two random colors

    Properties

    NameDescription
    Primary ColorThe solid color to set all the affected keys to during the first phase.
    Use Random PrimaryTick this to use a random color during first phase instead of Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second phase.
    Use Random SecondaryTick this to use a random color during second phase instead of Secondary Color.
    Effect SpeedHow fast the keys swap between primary and secondary colors.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Breathing Layer


    Last updated 10.01.2024

    The breathing layer fades the colors of the specified keys between two colors. In that regard it is similar to the Gradient Fill Layer, however this layer also allows the colors to be randomized, so that the keyboard fades between unpredictable colors.

    A breathing layer with two random colors

    Properties

    NameDescription
    Primary ColorThe solid color to set all the affected keys to during the first phase.
    Use Random PrimaryTick this to use a random color during first phase instead of Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second phase.
    Use Random SecondaryTick this to use a random color during second phase instead of Secondary Color.
    Effect SpeedHow fast the keys swap between primary and secondary colors.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/conditional-comparisons/index.html b/reference-layers/conditional-comparisons/index.html index 2dc366d..4763537 100644 --- a/reference-layers/conditional-comparisons/index.html +++ b/reference-layers/conditional-comparisons/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Conditional & Comparison Layers • Aurora Docs

    Conditional & Comparison Layers


    Last updated 27.04.2020

    These layers are no longer necessary and the Overrides System should be used instead as it has more functionality than these layers. They will remain in Aurora so as not to break existing profiles.

    Conditional Layer

    The conditional layer sets the color of the given keys to one of two colors, based on whether the a boolean value (a yes/no) from the game or system or is true or false. Not all games have boolean properties available. Like the percent layers, a drop down is provided allowing you to select from a list the variable you want to reference.

    An example of this layer in use is whether or not the indicators are on in Euro Truck Sim 2.

    Comparison Layer

    The comparison layer allows for comparing two values (known as operands) from the system or the game state and changing the color of the specified keys based on this comparison. To use this layer, select a variable for the two operands from the drop down lists or type in a number if you want a specific value. Then select the relevant operator, such as equals, greater than, etc.

    An example of this layer could be to highlight the function keys when your health is less than 25%.


    Page authored by
    \ No newline at end of file diff --git a/reference-layers/glitch-effect/index.html b/reference-layers/glitch-effect/index.html index 9fbfc42..ad1ebbf 100644 --- a/reference-layers/glitch-effect/index.html +++ b/reference-layers/glitch-effect/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Glitch Effect Layer • Aurora Docs

    Glitch Effect Layer


    Last updated 10.01.2024

    The glitch layer simply randomizes each key’s color every time it updates. The frequency of the update is configurable.

    Properties

    NameDescription
    Update IntervalThe time in seconds between the key’s randomization.
    Allow TransparencyIf true, the random color may be transparent.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Glitch Effect Layer


    Last updated 10.01.2024

    The glitch layer simply randomizes each key’s color every time it updates. The frequency of the update is configurable.

    Properties

    NameDescription
    Update IntervalThe time in seconds between the key’s randomization.
    Allow TransparencyIf true, the random color may be transparent.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/gradient-fill/index.html b/reference-layers/gradient-fill/index.html index ecc54b3..5703409 100644 --- a/reference-layers/gradient-fill/index.html +++ b/reference-layers/gradient-fill/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Gradient Fill Layer • Aurora Docs

    Gradient Fill Layer


    Last updated 10.01.2024

    This layer sets all the specified keys to the same color, determined by the gradient. Unlike the regular gradient layer, all keys are the same color. You can think of the gradient as being a “timeline”, and the colors of all the keys are set based on how far through the timeline we are. This can be used to create a fade effect between multiple different colors.

    A rainbow Gradient Fill Layer on the alphabetical keys of the keyboard

    Properties

    NameDescription
    GradientThe gradient that will be used to set the keys’ color to.
    Effect SpeedThe speed that the colors of the keys change. Higher = faster.
    Fill keyboard canvasTick this to fill the whole keyboard with the gradient instead of the affected keys.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Gradient Fill Layer


    Last updated 10.01.2024

    This layer sets all the specified keys to the same color, determined by the gradient. Unlike the regular gradient layer, all keys are the same color. You can think of the gradient as being a “timeline”, and the colors of all the keys are set based on how far through the timeline we are. This can be used to create a fade effect between multiple different colors.

    A rainbow Gradient Fill Layer on the alphabetical keys of the keyboard

    Properties

    NameDescription
    GradientThe gradient that will be used to set the keys’ color to.
    Effect SpeedThe speed that the colors of the keys change. Higher = faster.
    Fill keyboard canvasTick this to fill the whole keyboard with the gradient instead of the affected keys.
    Affected KeysA collection of keys that will be set to the target color.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/gradient/index.html b/reference-layers/gradient/index.html index 7e4132c..34a7b68 100644 --- a/reference-layers/gradient/index.html +++ b/reference-layers/gradient/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Gradient Layer • Aurora Docs

    Gradient Layer


    Last updated 10.01.2024

    The Gradient Layer shows a gradient effect on the specified keys. The gradient can also be animated to move across the keyboard to give a wave effect. If it helps to understand how it works, you can imagine the gradient to be displayed on a (possibly moving) rectangle, and each key acts as a “window” onto that rectangle.

    A rainbow Gradient Layer on the alphabetical keys

    Properties

    NameDescription
    GradientThe solid color to set all the affected keys to.
    Effect SpeedThe speed at which the animation (as given by Animation Type) moves.
    Effect AngleThe angle of the gradient.
    Animation Type
    • None - No animation, static gradient.
    • Translate X and Y - Moves the gradient X and Y (depending on angle).
    • (Radial only) Zoom In
    • (Radial only) Zoom Out
    Reverse DirectionWhether or not to reverse the direction the gradient animation plays.
    Affected KeysA collection of keys that will be set to the above solid color.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Gradient Layer


    Last updated 10.01.2024

    The Gradient Layer shows a gradient effect on the specified keys. The gradient can also be animated to move across the keyboard to give a wave effect. If it helps to understand how it works, you can imagine the gradient to be displayed on a (possibly moving) rectangle, and each key acts as a “window” onto that rectangle.

    A rainbow Gradient Layer on the alphabetical keys

    Properties

    NameDescription
    GradientThe solid color to set all the affected keys to.
    Effect SpeedThe speed at which the animation (as given by Animation Type) moves.
    Effect AngleThe angle of the gradient.
    Animation Type
    • None - No animation, static gradient.
    • Translate X and Y - Moves the gradient X and Y (depending on angle).
    • (Radial only) Zoom In
    • (Radial only) Zoom Out
    Reverse DirectionWhether or not to reverse the direction the gradient animation plays.
    Affected KeysA collection of keys that will be set to the above solid color.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/image/index.html b/reference-layers/image/index.html index 7e81a83..1e749e0 100644 --- a/reference-layers/image/index.html +++ b/reference-layers/image/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Image Layer • Aurora Docs

    Image Layer


    Last updated 10.01.2024

    The image layer takes an image saved on your computer and attempts to replicate it on the keyboard by averaging the nearby color at different points. Obviously one should not expect to get the same fidelity you would get with a high-res image, but some images can provide nice effects. In addition, Aurora supports the use of animated GIF images.

    An image layer displaying a picture of a landscape

    Properties

    NameDescription
    Selected ImageThe file path to the image you wish to display.
    Affected KeysThe collection of keys that will be set to colors that imitate the given image.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Image Layer


    Last updated 10.01.2024

    The image layer takes an image saved on your computer and attempts to replicate it on the keyboard by averaging the nearby color at different points. Obviously one should not expect to get the same fidelity you would get with a high-res image, but some images can provide nice effects. In addition, Aurora supports the use of animated GIF images.

    An image layer displaying a picture of a landscape

    Properties

    NameDescription
    Selected ImageThe file path to the image you wish to display.
    Affected KeysThe collection of keys that will be set to colors that imitate the given image.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/index.html b/reference-layers/index.html index 34cbc70..af3497d 100644 --- a/reference-layers/index.html +++ b/reference-layers/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Reference: Layers • Aurora Docs
    \ No newline at end of file diff --git a/reference-layers/interactive/index.html b/reference-layers/interactive/index.html index e19833f..3f15a33 100644 --- a/reference-layers/interactive/index.html +++ b/reference-layers/interactive/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Interactive Layer • Aurora Docs

    Interactive Layer


    Last updated 10.01.2024

    The interactive layer listens for key presses on the keyboard and plays an animation from that key. This can be used to make ripple effects (as shown in the GIF below) or have the key light up and slowly fade out when it’s been pressed.

    Pressing keys on an interactive layer with key wave mode

    Properties

    NameDescription
    Interactive Effect Type
    • Key Wave - A circle emerges from the pressed key and slowly expands. It is initially Primary Color, then fades to Secondary Color.
    • Key Fade - The pressed key turns the into the Primary Color then fades to Secondary Color then fades out.
    • Key Wave (Filled) - The same as "Key Wave" but is a filled circle rather than only a border.
    • Arrow Flow - A rectangle with a constant height is created at the location of the pressed key and it slowly increases in width.
    • Key Wave (Rainbow) - Same as "Key Wave" but the circle takes on a gradient color, with blue in the inner side and red on the outer side.
    Primary ColorThe solid color to set all the affected keys to during the first half of the animation.
    Use Random PrimaryTick this to use a random color during first part of the animation instead of using Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second half of the animation.
    Use Random SecondaryTick this to use a random color during second half of the animation instead of using Secondary Color.
    Effect SpeedHow quick the animation plays. Higher = faster.
    Effect WidthHow thick the circle lines are for the "Key Wave"s, or how tall the rectangle is for "Arrow Flow".
    Start when key releasedWhether to star the animation when the key is released, instead of when it is first pressed.
    Excluded KeysA collection of keys that will not trigger the animations (but will still show the animation if it passes over).

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Interactive Layer


    Last updated 10.01.2024

    The interactive layer listens for key presses on the keyboard and plays an animation from that key. This can be used to make ripple effects (as shown in the GIF below) or have the key light up and slowly fade out when it’s been pressed.

    Pressing keys on an interactive layer with key wave mode

    Properties

    NameDescription
    Interactive Effect Type
    • Key Wave - A circle emerges from the pressed key and slowly expands. It is initially Primary Color, then fades to Secondary Color.
    • Key Fade - The pressed key turns the into the Primary Color then fades to Secondary Color then fades out.
    • Key Wave (Filled) - The same as "Key Wave" but is a filled circle rather than only a border.
    • Arrow Flow - A rectangle with a constant height is created at the location of the pressed key and it slowly increases in width.
    • Key Wave (Rainbow) - Same as "Key Wave" but the circle takes on a gradient color, with blue in the inner side and red on the outer side.
    Primary ColorThe solid color to set all the affected keys to during the first half of the animation.
    Use Random PrimaryTick this to use a random color during first part of the animation instead of using Primary Color.
    Secondary ColorThe solid color to set all the affected keys to during the second half of the animation.
    Use Random SecondaryTick this to use a random color during second half of the animation instead of using Secondary Color.
    Effect SpeedHow quick the animation plays. Higher = faster.
    Effect WidthHow thick the circle lines are for the "Key Wave"s, or how tall the rectangle is for "Arrow Flow".
    Start when key releasedWhether to star the animation when the key is released, instead of when it is first pressed.
    Excluded KeysA collection of keys that will not trigger the animations (but will still show the animation if it passes over).

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/lock-color/index.html b/reference-layers/lock-color/index.html index d09c561..01e00e1 100644 --- a/reference-layers/lock-color/index.html +++ b/reference-layers/lock-color/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Lock Color Layer • Aurora Docs

    Lock Color Layer


    Last updated 10.01.2024

    The lock layer allows you to have keys light up (or pulse) in a color when one of the “lock” keys is active (caps lock, num lock or scroll lock). You can use this to make a warning for when caps lock is on for example, or perhaps turn off the lights on the numpad when the numpad is off.

    This layer functionality can be incorporated using the Overrides System. That said, it is simpler to use this layer for the pulse feature than to use the Override System alternative.

    Lock layer flashing alphabetical key when the caps lock is on

    Lock layer turning off the numpad lights when the numlock is off

    Properties

    NameDescription
    Lock KeyThe type of key to check whether it is locked or not. Valid options are: Capital, Scroll and NumLock.
    Off ColorThe solid color to use when the lock key is disabled/off.
    On ColorThe solid color to use when the lock key is enabled/on.
    PulseIf checked, the On Color will fade in and out when the lock key is active (as shown in the first screencap above).

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Lock Color Layer


    Last updated 10.01.2024

    The lock layer allows you to have keys light up (or pulse) in a color when one of the “lock” keys is active (caps lock, num lock or scroll lock). You can use this to make a warning for when caps lock is on for example, or perhaps turn off the lights on the numpad when the numpad is off.

    This layer functionality can be incorporated using the Overrides System. That said, it is simpler to use this layer for the pulse feature than to use the Override System alternative.

    Lock layer flashing alphabetical key when the caps lock is on

    Lock layer turning off the numpad lights when the numlock is off

    Properties

    NameDescription
    Lock KeyThe type of key to check whether it is locked or not. Valid options are: Capital, Scroll and NumLock.
    Off ColorThe solid color to use when the lock key is disabled/off.
    On ColorThe solid color to use when the lock key is enabled/on.
    PulseIf checked, the On Color will fade in and out when the lock key is active (as shown in the first screencap above).

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/particle-interactive/index.html b/reference-layers/particle-interactive/index.html index 6eb56dc..1aa6ce8 100644 --- a/reference-layers/particle-interactive/index.html +++ b/reference-layers/particle-interactive/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Particle (Interactive) Layer • Aurora Docs

    Particle (Interactive) Layer


    Last updated 27.04.2020

    This layer is very similar to the regular particle layer, however instead of constantly spawning particle it does so for each pressed key. If set to region mode, the region will automatically be changed to be the keys that are pressed which allows for effects emanating from where you press.

    Properties

    See particle layer properties.


    Page authored by
    \ No newline at end of file diff --git a/reference-layers/particle/index.html b/reference-layers/particle/index.html index c186c69..13591af 100644 --- a/reference-layers/particle/index.html +++ b/reference-layers/particle/index.html @@ -1,5 +1,5 @@ -Aurora • Unified RGB Lighting, Docs +Particle Layer • Aurora Docs

    Particle Layer


    Last updated 10.01.2024

    The particle layer spawns a number of particles which can independently move (based on the layer’s settings) and have a color. After a specified amount of time, the particles are removed from the canvas.

    Some examples of what can be done with this layer are shown below (both are available as presets), but this is by no means all that can be achieved. Experiment with it!

    A particle layer with the fire preset -A particle layer with the matrix preset

    There is no limit on the number of particles that can be spawned at once. If it is setup to spawn far too many at a time, you may see issues with CPU or memory usage or the program may crash. Be sensible with it.

    Properties

    Many of the properties listed here have a “min” and “max” value. For every particle, a random value between the two given values will be chosen when it is spawned.

    NameDescription
    Spawn locationThe location in which to spawn the particle. Either on an edge, randomly on the entire canvas or randomly within a specified region.
    Color (over time)A gradient that defines the color a particle should be at any given point in it’s lifespan. When the particle is newly spawned, it’s color will be at the far left of the gradient. At the end of it’s life, the particle’s color will be the value at the far right of the gradient.
    Spawn timeThe amount of time in seconds between a single particle (or a group of particles if spawn amount > 1) spawning.
    Spawn amountThe number of particles to spawn at a time.
    LifetimeNumber of seconds the particle will stay active before being removed.
    Initial horizontal velocityThe initial horizontal velocity of the particle in units per second. Can be negative to make the particle move left.
    Initial vertical velocityThe initial vertical velocity of the particle in units per second. Can be negative to make the particle move up.
    Horizontal accelerationThe acceleration of the particle in the horizontal direction. Applies the given value to the particle’s velocity per second. For example, if this was 1.5 and the particle’s velocity was 5, after 2 seconds the velocity will be 8. If positive, the particle will accelerate to the right; if negative it will accelerate to the left.
    Vertical accelerationThe acceleration of the particle in the vertical direction. Applies the given value to the particle’s velocity per second. For example, if this was 1.5 and the particle’s velocity was 5, after 2 seconds the velocity will be 8. If positive, the particle will accelerate downwards; if negative it will accelerate upwards.
    Horizontal dragA value between 0-1 which the horizontal velocity of the particle will be multiplied by. This allows for making the particle appear to naturally slow down.
    Vertical dragA value between 0-1 which the vertical velocity of the particle will be multiplied by. This allows for making the particle appear to naturally slow down.
    Initial particle sizeThe initial size of the particle.
    Size changeThe rate of change in the size of the particle measured in units per second.
    PresetsYou can choose a preset and press ‘Apply’ to set all the values of the particle layer from some predefined values.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Particle Layer


    Last updated 10.01.2024

    The particle layer spawns a number of particles which can independently move (based on the layer’s settings) and have a color. After a specified amount of time, the particles are removed from the canvas.

    Some examples of what can be done with this layer are shown below (both are available as presets), but this is by no means all that can be achieved. Experiment with it!

    A particle layer with the fire preset +A particle layer with the matrix preset

    There is no limit on the number of particles that can be spawned at once. If it is setup to spawn far too many at a time, you may see issues with CPU or memory usage or the program may crash. Be sensible with it.

    Properties

    Many of the properties listed here have a “min” and “max” value. For every particle, a random value between the two given values will be chosen when it is spawned.

    NameDescription
    Spawn locationThe location in which to spawn the particle. Either on an edge, randomly on the entire canvas or randomly within a specified region.
    Color (over time)A gradient that defines the color a particle should be at any given point in it’s lifespan. When the particle is newly spawned, it’s color will be at the far left of the gradient. At the end of it’s life, the particle’s color will be the value at the far right of the gradient.
    Spawn timeThe amount of time in seconds between a single particle (or a group of particles if spawn amount > 1) spawning.
    Spawn amountThe number of particles to spawn at a time.
    LifetimeNumber of seconds the particle will stay active before being removed.
    Initial horizontal velocityThe initial horizontal velocity of the particle in units per second. Can be negative to make the particle move left.
    Initial vertical velocityThe initial vertical velocity of the particle in units per second. Can be negative to make the particle move up.
    Horizontal accelerationThe acceleration of the particle in the horizontal direction. Applies the given value to the particle’s velocity per second. For example, if this was 1.5 and the particle’s velocity was 5, after 2 seconds the velocity will be 8. If positive, the particle will accelerate to the right; if negative it will accelerate to the left.
    Vertical accelerationThe acceleration of the particle in the vertical direction. Applies the given value to the particle’s velocity per second. For example, if this was 1.5 and the particle’s velocity was 5, after 2 seconds the velocity will be 8. If positive, the particle will accelerate downwards; if negative it will accelerate upwards.
    Horizontal dragA value between 0-1 which the horizontal velocity of the particle will be multiplied by. This allows for making the particle appear to naturally slow down.
    Vertical dragA value between 0-1 which the vertical velocity of the particle will be multiplied by. This allows for making the particle appear to naturally slow down.
    Initial particle sizeThe initial size of the particle.
    Size changeThe rate of change in the size of the particle measured in units per second.
    PresetsYou can choose a preset and press ‘Apply’ to set all the values of the particle layer from some predefined values.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/percent-effect/index.html b/reference-layers/percent-effect/index.html index d45097f..a7bf620 100644 --- a/reference-layers/percent-effect/index.html +++ b/reference-layers/percent-effect/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Percent Effect Layer • Aurora Docs

    Percent Effect Layer


    Last updated 10.01.2024

    The percent effect layer allows you to have the color of some set keys dependent on a numeric variable that can be provided by the computer (such as how much RAM or CPU is in use) or by the game if it is supported (e.g. health in CS:GO or speed in Euro Truck Sim).

    A percent layer with current value set to the current time’s milliseconds

    Properties

    NameDescription
    Current ValueThe path of a State Variable or a number. This value represents the current value of whichever variable you are watching, e.g. health, ammo, etc.
    Maximum ValueThe path of a State Variable or a number. This value represents the value that is the maximum value of the percent layer. This will be your max health, or max ammo etc.
    Progress ColorIn the case of progressive effect types: the color that the active keys will take. For example, if current was 50 and max was 100, then the first half of the keys will be lit this color. For "all at once": the color that will be mixed with the background color depending on the current/max ratio.
    Background ColorFor progressive effect types: the color that will appear if the key is not being shown in progress color. For "all at once": the color that will be mixed with the progress color depending on the current/max ratio.
    Effect Type
    • All at once - All keys in the affected keys sequence share the same color. This color will be given by a blend of progress and background depending on the current/max ratio. For example: if progress is green, background is blue, current is 30 and max is 100: all the keys will be set to a blend of 30% green, 70% blue.
    • Progressive - The keys will light up in progress color when they are active. For example: if there are 10 keys in the affected key list, progress is green, background is blue, current is 30 and max is 100: the first 3 keys will be green, the others blue.
    • Progressive (Gradual) - Same as progressive, but any keys that are partially active will have their color interpolated.
    Blink ThresholdIf the current/max percentage is less than this value, the "active" keys will fade in and out.
    Reverse Blink ThresholdIf this is true, the current/max percentage must be greater than the threshold for the active keys to flash.
    Blink BackgroundIf this is selected, the background will fade in and out instead of the active keys.
    Affected KeysA collection of keys that will display the progress bar or color. Note that for progressive effect types, the order of the keys in the list matters.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Percent Effect Layer


    Last updated 10.01.2024

    The percent effect layer allows you to have the color of some set keys dependent on a numeric variable that can be provided by the computer (such as how much RAM or CPU is in use) or by the game if it is supported (e.g. health in CS:GO or speed in Euro Truck Sim).

    A percent layer with current value set to the current time’s milliseconds

    Properties

    NameDescription
    Current ValueThe path of a State Variable or a number. This value represents the current value of whichever variable you are watching, e.g. health, ammo, etc.
    Maximum ValueThe path of a State Variable or a number. This value represents the value that is the maximum value of the percent layer. This will be your max health, or max ammo etc.
    Progress ColorIn the case of progressive effect types: the color that the active keys will take. For example, if current was 50 and max was 100, then the first half of the keys will be lit this color. For "all at once": the color that will be mixed with the background color depending on the current/max ratio.
    Background ColorFor progressive effect types: the color that will appear if the key is not being shown in progress color. For "all at once": the color that will be mixed with the progress color depending on the current/max ratio.
    Effect Type
    • All at once - All keys in the affected keys sequence share the same color. This color will be given by a blend of progress and background depending on the current/max ratio. For example: if progress is green, background is blue, current is 30 and max is 100: all the keys will be set to a blend of 30% green, 70% blue.
    • Progressive - The keys will light up in progress color when they are active. For example: if there are 10 keys in the affected key list, progress is green, background is blue, current is 30 and max is 100: the first 3 keys will be green, the others blue.
    • Progressive (Gradual) - Same as progressive, but any keys that are partially active will have their color interpolated.
    Blink ThresholdIf the current/max percentage is less than this value, the "active" keys will fade in and out.
    Reverse Blink ThresholdIf this is true, the current/max percentage must be greater than the threshold for the active keys to flash.
    Blink BackgroundIf this is selected, the background will fade in and out instead of the active keys.
    Affected KeysA collection of keys that will display the progress bar or color. Note that for progressive effect types, the order of the keys in the list matters.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/percent-gradient-effect/index.html b/reference-layers/percent-gradient-effect/index.html index 7db98c3..892caf2 100644 --- a/reference-layers/percent-gradient-effect/index.html +++ b/reference-layers/percent-gradient-effect/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Percent (Gradient) Effect Layer • Aurora Docs

    Percent (Gradient) Effect Layer


    Last updated 10.01.2024

    This layer is very similar to the Percent Effect Layer, but makes use of a gradient instead of a progress/background color. This layer does not have a background.

    A gradient layer in progressive mode, with a red-green gradient assigned to the current millisecond

    Properties

    NameDescription
    Current ValueThe path of a State Variable or a number. This value represents the current value of whichever variable you are watching, e.g. health, ammo, etc.
    Maximum ValueThe path of a State Variable or a number. This value represents the value that is the maximum value of the percent layer. This will be your max health, or max ammo etc.
    Percent GradientA gradient brush whose color will define the color the affected keys will take.
    Background ColorFor progressive effect types: the color that will appear if the key is not being shown in progress color. For "all at once": the color that will be mixed with the progress color depending on the current/max ratio.
    Effect Type
    • All at once - All keys in the affected keys sequence share the same color. This color will be given by a blend of progress and background depending on the current/max ratio. For example: if progress is green, background is blue, current is 30 and max is 100: all the keys will be set to a blend of 30% green, 70% blue.
    • Progressive/Progressive (Gradual) - The keys will light up in percent gradient pattern when they are active. For example: if there are 10 keys in the affected key list, current is 30 and max is 100: the first 3 keys will be set to the color of the gradient, the others will not be set.
    Blink ThresholdIf the current/max percentage is less than this value, the "active" keys will fade in and out.
    Reverse Blink ThresholdIf this is true, the current/max percentage must be greater than the threshold for the active keys to flash.
    Affected KeysA collection of keys that will display the progress bar or color. Note that for progressive effect types, the order of the keys in the list matters.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Percent (Gradient) Effect Layer


    Last updated 10.01.2024

    This layer is very similar to the Percent Effect Layer, but makes use of a gradient instead of a progress/background color. This layer does not have a background.

    A gradient layer in progressive mode, with a red-green gradient assigned to the current millisecond

    Properties

    NameDescription
    Current ValueThe path of a State Variable or a number. This value represents the current value of whichever variable you are watching, e.g. health, ammo, etc.
    Maximum ValueThe path of a State Variable or a number. This value represents the value that is the maximum value of the percent layer. This will be your max health, or max ammo etc.
    Percent GradientA gradient brush whose color will define the color the affected keys will take.
    Background ColorFor progressive effect types: the color that will appear if the key is not being shown in progress color. For "all at once": the color that will be mixed with the progress color depending on the current/max ratio.
    Effect Type
    • All at once - All keys in the affected keys sequence share the same color. This color will be given by a blend of progress and background depending on the current/max ratio. For example: if progress is green, background is blue, current is 30 and max is 100: all the keys will be set to a blend of 30% green, 70% blue.
    • Progressive/Progressive (Gradual) - The keys will light up in percent gradient pattern when they are active. For example: if there are 10 keys in the affected key list, current is 30 and max is 100: the first 3 keys will be set to the color of the gradient, the others will not be set.
    Blink ThresholdIf the current/max percentage is less than this value, the "active" keys will fade in and out.
    Reverse Blink ThresholdIf this is true, the current/max percentage must be greater than the threshold for the active keys to flash.
    Affected KeysA collection of keys that will display the progress bar or color. Note that for progressive effect types, the order of the keys in the list matters.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/radial/index.html b/reference-layers/radial/index.html index 438eb19..52008a6 100644 --- a/reference-layers/radial/index.html +++ b/reference-layers/radial/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Radial Layer • Aurora Docs

    Radial Layer


    Last updated 10.01.2024

    A layer that provides a gradient that rotates around a single point and optionally spins.

    A rainbow radial layer

    Note that this gradient is generated using discrete pie-shaped segments of colour. This color is determined by the median color at a particular point on the gradient. For example, if there were 4 segments, each would have a 90 degree arc. The first would use the color at 45 degrees (90 / 2) the second at 135 degrees, etc. If you do not get the colors you expect when using small numbers of segments, this is likely the reason.

    Properties

    NameDescription
    GradientThe gradient of the layer.
    Rotation speedThe rotation speed of the layer, in degrees per second. Positive will spin clockwise, negative for counter-clockwise.
    Segment countThe number of segments (see above) that are used to create the gradient. A lower number will result in distinct blocks of colour whereas a higher number will result in a smoother transition.
    Affected keysThe keys or region to apply the gradient to.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Radial Layer


    Last updated 10.01.2024

    A layer that provides a gradient that rotates around a single point and optionally spins.

    A rainbow radial layer

    Note that this gradient is generated using discrete pie-shaped segments of colour. This color is determined by the median color at a particular point on the gradient. For example, if there were 4 segments, each would have a 90 degree arc. The first would use the color at 45 degrees (90 / 2) the second at 135 degrees, etc. If you do not get the colors you expect when using small numbers of segments, this is likely the reason.

    Properties

    NameDescription
    GradientThe gradient of the layer.
    Rotation speedThe rotation speed of the layer, in degrees per second. Positive will spin clockwise, negative for counter-clockwise.
    Segment countThe number of segments (see above) that are used to create the gradient. A lower number will result in distinct blocks of colour whereas a higher number will result in a smoother transition.
    Affected keysThe keys or region to apply the gradient to.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/script/index.html b/reference-layers/script/index.html index e6e9b6b..ea216bc 100644 --- a/reference-layers/script/index.html +++ b/reference-layers/script/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Script Layer • Aurora Docs

    Script Layer


    Last updated 03.01.2024

    The script layer on its own will do nothing, however it is one of the most powerful, advanced layers. It provides an interface for users to create custom effects using the Aurora API in either C# or Python. More details can be found on the project’s Old-Wiki and example scripts can be found in the Script Examples folder on GitHub. The limits of what this layer can do really are up to you.

    Scripts can be placed in the relevant directory for the profile you wish to use them on:

    • For default profiles: %appdata%\Aurora\Profiles\<game>\Scripts
    • For custom applications: %appdata%\Aurora\AdditionalProfiles\<application>\Scripts

    Properties

    NameDescription
    ScriptSelect the script you wish to use from here. If the script does not appear in the drop down list, it is either in the wrong directory or has an error in the code.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/shortcut-assistant/index.html b/reference-layers/shortcut-assistant/index.html index d736b97..5bce300 100644 --- a/reference-layers/shortcut-assistant/index.html +++ b/reference-layers/shortcut-assistant/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Shortcut Assistant Layer • Aurora Docs

    Shortcut Assistant Layer


    Last updated 10.01.2024

    The Shortcut Assistant layer shows possible key presses when a modifier key is pressed. The defined shortcuts will set the keyboard lights when they are partially pressed. For example, if you had a shortcut defined for Ctrl + C and Ctrl + V, whenever you press control, the other layers below are dimmed and the C and V letter light up in whichever color is specified.

    A shortcut layer with common Ctrl and Ctrl + Shift shortcuts on top of a gradient layer

    Properties

    NameDescription
    Dim BackgroundIf this is checked, when Aurora detects you a pressing a modifier key (Ctrl, Shift, Alt) then it will display Dimming Color over all keys before rendering the shortcut keys.
    ShortcutsA list of all shortcuts that should be displayed by the layer. To create a shortcut, click on the "New Shortcut" button, then "Assign" next to the new row of the table and press the keys on your keyboard. Once done, click the button again (now "Stop"). Multiple keys can be pressed at the same time and will appear in the shortcut.
    Dimming ColorIf Dim Background, this color is used to dim the background. A semi-transparent dark color is recommended.
    ColorThe color that the keys representing the shortcuts will be displayed.
    Presentation TypeFor shortcuts with longer sequences of keys, this option will dictate which keys become active and when. As an example, we shall consider the sequence Ctrl + Shift + A.
    • Show All Keys - Shows any shortcut that can be pressed that has the currently pressed buttons in its key list. In the example with this mode, when Ctrl is pressed, both Shift and A will light up.
    • Progressive Suggestion - Shows a shortcut only when all it's previous keys in the list are pressed. In the example, when Ctrl is pressed, only Shift will light up. When Ctrl + Shift are pressed, A will also light up.
    Trigger When Same Modifier Keys PressedIf this is checked, both control keys (left and right) and both shift keys (left and right) will trigger a shortcut bound to one of the keys. E.G. if there is a shortcut bound to LControlKey + A, then the right control key would also trigger this shortcut if this option was selected.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Shortcut Assistant Layer


    Last updated 10.01.2024

    The Shortcut Assistant layer shows possible key presses when a modifier key is pressed. The defined shortcuts will set the keyboard lights when they are partially pressed. For example, if you had a shortcut defined for Ctrl + C and Ctrl + V, whenever you press control, the other layers below are dimmed and the C and V letter light up in whichever color is specified.

    A shortcut layer with common Ctrl and Ctrl + Shift shortcuts on top of a gradient layer

    Properties

    NameDescription
    Dim BackgroundIf this is checked, when Aurora detects you a pressing a modifier key (Ctrl, Shift, Alt) then it will display Dimming Color over all keys before rendering the shortcut keys.
    ShortcutsA list of all shortcuts that should be displayed by the layer. To create a shortcut, click on the "New Shortcut" button, then "Assign" next to the new row of the table and press the keys on your keyboard. Once done, click the button again (now "Stop"). Multiple keys can be pressed at the same time and will appear in the shortcut.
    Dimming ColorIf Dim Background, this color is used to dim the background. A semi-transparent dark color is recommended.
    ColorThe color that the keys representing the shortcuts will be displayed.
    Presentation TypeFor shortcuts with longer sequences of keys, this option will dictate which keys become active and when. As an example, we shall consider the sequence Ctrl + Shift + A.
    • Show All Keys - Shows any shortcut that can be pressed that has the currently pressed buttons in its key list. In the example with this mode, when Ctrl is pressed, both Shift and A will light up.
    • Progressive Suggestion - Shows a shortcut only when all it's previous keys in the list are pressed. In the example, when Ctrl is pressed, only Shift will light up. When Ctrl + Shift are pressed, A will also light up.
    Trigger When Same Modifier Keys PressedIf this is checked, both control keys (left and right) and both shift keys (left and right) will trigger a shortcut bound to one of the keys. E.G. if there is a shortcut bound to LControlKey + A, then the right control key would also trigger this shortcut if this option was selected.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/solid-color/index.html b/reference-layers/solid-color/index.html index 4ef0cd6..b007cb1 100644 --- a/reference-layers/solid-color/index.html +++ b/reference-layers/solid-color/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Solid Color Layer • Aurora Docs

    Solid Color Layer


    Last updated 10.01.2024

    The Solid Color Layer is for setting static colors for specific keys. The keys will constantly be lit in the given color (providing they aren’t overridden by a higher-up layer). This is one of the most simple layers in Aurora, but can be useful for things such as highlighting controls such as WASD in video games.

    A Solid Color Layer lighting common video game control keys

    If you want to set the color of the entire (or most) of the keyboard, consider using the Solid Fill Color Layer instead.

    Properties

    NameDescription
    ColorThe solid color to set all the affected keys to.
    Affected KeysA collection of keys that will be set to the above solid color.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Solid Color Layer


    Last updated 10.01.2024

    The Solid Color Layer is for setting static colors for specific keys. The keys will constantly be lit in the given color (providing they aren’t overridden by a higher-up layer). This is one of the most simple layers in Aurora, but can be useful for things such as highlighting controls such as WASD in video games.

    A Solid Color Layer lighting common video game control keys

    If you want to set the color of the entire (or most) of the keyboard, consider using the Solid Fill Color Layer instead.

    Properties

    NameDescription
    ColorThe solid color to set all the affected keys to.
    Affected KeysA collection of keys that will be set to the above solid color.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/solid-fill-color/index.html b/reference-layers/solid-fill-color/index.html index 3a78ea1..759544c 100644 --- a/reference-layers/solid-fill-color/index.html +++ b/reference-layers/solid-fill-color/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Solid Fill Color Layer • Aurora Docs

    Solid Fill Color Layer


    Last updated 10.01.2024

    Similar to the Solid Color layer, however it does not have fine control over which keys are lit and so fills the entire canvas (keyboard, mouse and any other peripherals) with the given color. This layer is useful for setting static backgrounds, saving you from having to manually add each key.

    A Solid Fill Layer setting the entire keyboard to cyan

    Properties

    NameDescription
    ColorThe solid color to set all the affected keys to.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Solid Fill Color Layer


    Last updated 10.01.2024

    Similar to the Solid Color layer, however it does not have fine control over which keys are lit and so fills the entire canvas (keyboard, mouse and any other peripherals) with the given color. This layer is useful for setting static backgrounds, saving you from having to manually add each key.

    A Solid Fill Layer setting the entire keyboard to cyan

    Properties

    NameDescription
    ColorThe solid color to set all the affected keys to.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/timer-key/index.html b/reference-layers/timer-key/index.html index f45a9a8..e34ddba 100644 --- a/reference-layers/timer-key/index.html +++ b/reference-layers/timer-key/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Timer Key Layer • Aurora Docs

    Timer Key Layer


    Last updated 10.01.2024

    The timer layer waits for one or more keys to be pressed (do not have to be the keys displaying the lights) and sets the color of the keys to be something else for a set duration, after which they return to their original color. This layer can be used for things such as ability timers for games that have no game state integration.

    A timer layer on the alphabetical keys

    Properties

    NameDescription
    Default ColorThe color that the keys are by default and when the timer is not active.
    Active ColorThe color the keys turn when one of the triggers has been pressed.
    DurationThe duration (in milliseconds) that the timer takes.
    Animation Type
    • OnOff - When the trigger is pressed, the Affected Keys turn to active color and stays there for the Duration then immediately goes back to default.
    • Fade - When the trigger is pressed, the Affected Keys turn to active colors and then slowly fades back to the default color.
    Repeat Action
    • Reset - When a trigger is pressed while the timer is running, it will restart the timer anew.
    • Extend - When a trigger is pressed while the timer is running, it will extend the timer by Duration. E.G. if duration is 5000ms, and you press a trigger again 3000ms after pressing it for a first time, it would take 8000ms from the second press to completely reset.
    • Ignore - If a trigger is pressed while the timer is running, nothing will happen. The original timer will keep running as normal.
    Trigger KeysThe list of keybinds that will cause the timer to run. These keys won't light up (unless you add them to the Affected Keys)
    Affected KeysThe list of keys that will light up in default or active color. These keys will not trigger the timer.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Timer Key Layer


    Last updated 10.01.2024

    The timer layer waits for one or more keys to be pressed (do not have to be the keys displaying the lights) and sets the color of the keys to be something else for a set duration, after which they return to their original color. This layer can be used for things such as ability timers for games that have no game state integration.

    A timer layer on the alphabetical keys

    Properties

    NameDescription
    Default ColorThe color that the keys are by default and when the timer is not active.
    Active ColorThe color the keys turn when one of the triggers has been pressed.
    DurationThe duration (in milliseconds) that the timer takes.
    Animation Type
    • OnOff - When the trigger is pressed, the Affected Keys turn to active color and stays there for the Duration then immediately goes back to default.
    • Fade - When the trigger is pressed, the Affected Keys turn to active colors and then slowly fades back to the default color.
    Repeat Action
    • Reset - When a trigger is pressed while the timer is running, it will restart the timer anew.
    • Extend - When a trigger is pressed while the timer is running, it will extend the timer by Duration. E.G. if duration is 5000ms, and you press a trigger again 3000ms after pressing it for a first time, it would take 8000ms from the second press to completely reset.
    • Ignore - If a trigger is pressed while the timer is running, nothing will happen. The original timer will keep running as normal.
    Trigger KeysThe list of keybinds that will cause the timer to run. These keys won't light up (unless you add them to the Affected Keys)
    Affected KeysThe list of keys that will light up in default or active color. These keys will not trigger the timer.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/toggle-key/index.html b/reference-layers/toggle-key/index.html index fdaaeaa..7205dcb 100644 --- a/reference-layers/toggle-key/index.html +++ b/reference-layers/toggle-key/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Toggle Key Layer • Aurora Docs

    Toggle Key Layer


    Last updated 27.04.2020

    The toggle key layer allows for the turning on or off some lights based on the key press of another specific key. This layer can be useful for things such as indicators for whether something is toggled on/off in a game.

    If you are using caps lock, num lock or scroll lock as a trigger key it is probably better to use the Lock Layer to ensure the key light state stays synced with the lock state properly.

    Note: Currently there is no way of syncing the toggle status across profiles, so you cannot have persistent states between different games or applications.

    Properties

    NameDescription
    Default ColorThe starting color of the Affected Keys.
    Toggle ColorThe color of the Affected Keys after one of the Trigger Keys has been pressed.
    Trigger KeysA list of key triggers that can cause the Affected Keys to toggle between the default and toggle color. These do not have to share any of the same keys as the keys that actually change color.
    Affected KeysThe keys that do the color change. These keys do not trigger a change.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/toolbar/index.html b/reference-layers/toolbar/index.html index c6a9a93..4695c47 100644 --- a/reference-layers/toolbar/index.html +++ b/reference-layers/toolbar/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Toolbar Layer • Aurora Docs

    Toolbar Layer


    Last updated 10.01.2024

    The toolbar layer is a layer that shows one key as “active” and all others assigned to it as “inactive”. When a different key is pressed, the pressed key becomes the active one instead. This works similarly to how toolbars/item bars work in video games such as Factorio or Minecraft.

    The layer can also be toggled to listen for the scroll wheel to allow scrolling through the toolbar by turning on the Enable Scroll configuration option. The order the keys are scrolled through is given by their order in the Affected Keys option, so if scrolling through is in the incorrect order, check the order of the keys here.

    The toolbar layer affecting the number keys

    Properties

    NameDescription
    Default ColorThe color of the inactive keys.
    Active ColorThe color of the active key.
    Enable ScrollWhether or not to allow the active key to be moved up and down when you scroll the mouse scroll wheel.
    Scroll LoopWhether or not to allow the scrolling to wrap from one end of the toolbar to the other. Only has an effect when Enable Scroll is true.
    Affected KeysThe keys that make up the toolbar layer. Note that if Enable Scroll is checked, the order of the keys matters.

    Page authored by
    \ No newline at end of file +Aurora User Docs

    Toolbar Layer


    Last updated 10.01.2024

    The toolbar layer is a layer that shows one key as “active” and all others assigned to it as “inactive”. When a different key is pressed, the pressed key becomes the active one instead. This works similarly to how toolbars/item bars work in video games such as Factorio or Minecraft.

    The layer can also be toggled to listen for the scroll wheel to allow scrolling through the toolbar by turning on the Enable Scroll configuration option. The order the keys are scrolled through is given by their order in the Affected Keys option, so if scrolling through is in the incorrect order, check the order of the keys here.

    The toolbar layer affecting the number keys

    Properties

    NameDescription
    Default ColorThe color of the inactive keys.
    Active ColorThe color of the active key.
    Enable ScrollWhether or not to allow the active key to be moved up and down when you scroll the mouse scroll wheel.
    Scroll LoopWhether or not to allow the scrolling to wrap from one end of the toolbar to the other. Only has an effect when Enable Scroll is true.
    Affected KeysThe keys that make up the toolbar layer. Note that if Enable Scroll is checked, the order of the keys matters.

    Page authored by
    \ No newline at end of file diff --git a/reference-layers/wrapper/index.html b/reference-layers/wrapper/index.html index 83ad6eb..4c54a4c 100644 --- a/reference-layers/wrapper/index.html +++ b/reference-layers/wrapper/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Wrapper Lights Layer (LightFX) • Aurora Docs

    Wrapper Lights Layer (LightFX)


    Last updated 05.01.2024

    The wrapper layer is a special layer that is able to display lighting received from games that have been patched with the relevant wrapper patch and that have native lighting of some sort.

    To patch a game, navigate to “Settings” -> “Devices & Wrappers” -> “Install Wrapper Patch for xxx”, where xxx is the name of the native lighting provided by that game. Do not patch the game with their own device’s brand (unless that is also the provider of the in game lighting). For example, if I am using a Logitech keyboard, and I wish to get the lights from Killing Floor 2, I need to patch using the LightFX wrapper, since Killing Floor uses LightFX library to provide it’s lighting.

    Note that some more recent and multiplayer titles have been shipping with anti-cheat or signature checking on the lighting DLL file. In these cases, the game will not load our modified wrapper. Unfortunately there's nothing we are able to do about this. Examples of these games include Apex Legends, Fortnite and Division 2.

    Aurora is not able to directly control the affects these games apply, since Aurora is unable to get values from the game (such as health/ammo/etc.). The only data the lighting engine sends is which keys should be which color.

    Key Cloning

    The key cloning option of the wrapper layer is useful for if the device you are using has some keys that aren’t handled by the wrapper layer, often this is lights such as macro keys or the peripheral logo.

    You can add an item to the source keys list, then clicking it, then adding one or more keys to the destination keys list. The layer will then take whatever value the source key is and apply it to the destination key(s). You can have multiple source keys, each with their own destination keys if you desire.


    Page authored by
    \ No newline at end of file diff --git a/search/index.html b/search/index.html index b88cfd4..a5578b0 100644 --- a/search/index.html +++ b/search/index.html @@ -1,4 +1,4 @@ -Aurora • Unified RGB Lighting, Docs +Search Results • Aurora Docs
    Search Results
      \ No newline at end of file +Aurora User Docs
      Search Results
        \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index be83b9f..c87d580 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://www.project-aurora.com/Docs/advanced-topics/2020-04-26T22:28:17+01:00https://www.project-aurora.com/Docs/integrations/lightfx/2024-01-02T18:03:57+01:00https://www.project-aurora.com/Docs/devices/alldevices/2024-01-02T17:29:33+01:00https://www.project-aurora.com/Docs/reference-layers/ambilight/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/advanced-topics/animation-editor/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/animation/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/asus/2024-01-05T20:49:19+01:00https://www.project-aurora.com/Docs/reference-layers/audio-visualizer/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/basic-topics/2020-04-26T22:28:17+01:00https://www.project-aurora.com/Docs/reference-layers/blinking/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/integrations/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-layers/breathing/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/conditional-comparisons/2020-04-27T00:04:29+01:00https://www.project-aurora.com/Docs/devices/corsair/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/devices/dualsense/2024-01-05T20:49:19+01:00https://www.project-aurora.com/Docs/basic-topics/getting-started/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/glitch-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/gradient-fill/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/gradient/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/image/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/input/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/basic-topics/installation/2024-01-16T21:01:18+01:00https://www.project-aurora.com/Docs/reference-layers/interactive/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/lock-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/logic/2020-06-06T22:36:56+01:00https://www.project-aurora.com/Docs/devices/logitech/2024-01-16T23:26:14+01:00https://www.project-aurora.com/Docs/integrations/lightsync/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-expressions/maths/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/misc/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/basic-topics/games/2024-01-02T18:03:57+01:00https://www.project-aurora.com/Docs/devices/openrgb/2024-01-16T21:22:29+01:00https://www.project-aurora.com/Docs/advanced-topics/overrides-system/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/particle-interactive/2020-04-27T15:07:17+01:00https://www.project-aurora.com/Docs/reference-layers/particle/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/percent-gradient-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/percent-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/radial/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/razer/2024-01-21T21:20:11+01:00https://www.project-aurora.com/Docs/integrations/chroma/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-expressions/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/script/2024-01-03T11:19:19+01:00https://www.project-aurora.com/Docs/search/2020-04-27T15:11:52+01:000.1https://www.project-aurora.com/Docs/reference-layers/shortcut-assistant/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/solid-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/solid-fill-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/state/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/advanced-topics/state-variables/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/steelseries/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/string/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/reference-layers/timer-key/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/toggle-key/2020-04-27T00:04:29+01:00https://www.project-aurora.com/Docs/reference-layers/toolbar/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/basic-topics/user-data/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/wooting/2024-01-05T20:49:19+01:00https://www.project-aurora.com/Docs/reference-layers/wrapper/2024-01-05T20:49:19+01:00 \ No newline at end of file +https://www.project-aurora.com/Docs/advanced-topics/2020-04-26T22:28:17+01:00https://www.project-aurora.com/Docs/integrations/lightfx/2024-01-02T18:03:57+01:00https://www.project-aurora.com/Docs/devices/alldevices/2024-01-02T17:29:33+01:00https://www.project-aurora.com/Docs/reference-layers/ambilight/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/advanced-topics/animation-editor/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/animation/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/asus/2024-01-27T01:39:46+01:00https://www.project-aurora.com/Docs/reference-layers/audio-visualizer/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/basic-topics/2020-04-26T22:28:17+01:00https://www.project-aurora.com/Docs/reference-layers/blinking/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/integrations/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-layers/breathing/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/conditional-comparisons/2020-04-27T00:04:29+01:00https://www.project-aurora.com/Docs/devices/corsair/2024-01-27T01:39:46+01:00https://www.project-aurora.com/Docs/devices/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/devices/dualsense/2024-01-05T20:49:19+01:00https://www.project-aurora.com/Docs/basic-topics/getting-started/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/glitch-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/gradient-fill/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/gradient/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/image/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/input/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/basic-topics/installation/2024-01-16T21:01:18+01:00https://www.project-aurora.com/Docs/reference-layers/interactive/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/lock-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/logic/2020-06-06T22:36:56+01:00https://www.project-aurora.com/Docs/devices/logitech/2024-01-27T01:39:46+01:00https://www.project-aurora.com/Docs/integrations/lightsync/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-expressions/maths/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/misc/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/basic-topics/games/2024-01-02T18:03:57+01:00https://www.project-aurora.com/Docs/devices/openrgb/2024-01-16T21:22:29+01:00https://www.project-aurora.com/Docs/advanced-topics/overrides-system/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/particle-interactive/2020-04-27T15:07:17+01:00https://www.project-aurora.com/Docs/reference-layers/particle/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/percent-gradient-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/percent-effect/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/radial/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/razer/2024-01-21T21:20:11+01:00https://www.project-aurora.com/Docs/integrations/chroma/2024-01-02T17:09:05+01:00https://www.project-aurora.com/Docs/reference-expressions/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/2020-04-27T16:55:57+01:00https://www.project-aurora.com/Docs/reference-layers/script/2024-01-03T11:19:19+01:00https://www.project-aurora.com/Docs/search/2020-04-27T15:11:52+01:000.1https://www.project-aurora.com/Docs/reference-layers/shortcut-assistant/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/solid-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/solid-fill-color/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/state/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/advanced-topics/state-variables/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/steelseries/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-expressions/string/2020-04-28T11:04:39+01:00https://www.project-aurora.com/Docs/reference-layers/timer-key/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/reference-layers/toggle-key/2020-04-27T00:04:29+01:00https://www.project-aurora.com/Docs/reference-layers/toolbar/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/basic-topics/user-data/2024-01-10T03:07:45+01:00https://www.project-aurora.com/Docs/devices/wooting/2024-01-05T20:49:19+01:00https://www.project-aurora.com/Docs/reference-layers/wrapper/2024-01-05T20:49:19+01:00 \ No newline at end of file