Skip to content

Commit 3f6e0b3

Browse files
committed
deploy: c981749
1 parent 4df0e9d commit 3f6e0b3

86 files changed

Lines changed: 122 additions & 3292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

advanced-topics/animation-editor/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/custom-layout/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

advanced-topics/global-variables/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

advanced-topics/index.xml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Advanced Topics on Aurora User Docs</title><link>https://www.project-aurora.com/Docs/advanced-topics/</link><description>Recent content in Advanced Topics on Aurora User Docs</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://www.project-aurora.com/Docs/advanced-topics/index.xml" rel="self" type="application/rss+xml"/><item><title>Animation Editor</title><link>https://www.project-aurora.com/Docs/advanced-topics/animation-editor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/animation-editor/</guid><description>&lt;p&gt;The &lt;a href="https://www.project-aurora.com/Docs/reference-layers/animation/"&gt;Animation Layer&lt;/a&gt; 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.&lt;/p&gt;
2-
&lt;h1 id="concepts-and-definitions"&gt;Concepts and Definitions&lt;/h1&gt;
3-
&lt;p&gt;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.&lt;/p&gt;</description></item><item><title>Audio Visualizer Tweaks</title><link>https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/</guid><description>&lt;p&gt;The Audio Visualizer layer allows you to display a representation of whatever you&amp;rsquo;re listening to on your RGB devices.&lt;/p&gt;
4-
&lt;h1 id="isolating-applications"&gt;Isolating applications&lt;/h1&gt;
5-
&lt;h3 id="why"&gt;Why&lt;/h3&gt;
6-
&lt;p&gt;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&amp;rsquo;t very useful or appealing if you&amp;rsquo;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.&lt;/p&gt;</description></item><item><title>Custom Layout</title><link>https://www.project-aurora.com/Docs/advanced-topics/custom-layout/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/custom-layout/</guid><description>&lt;p&gt;Intended way to use Aurora with more than keyboard, mouse, mousepad etc. is &lt;em&gt;Remapping&lt;/em&gt; them to CL1-CL5 keys.
7-
This way, they can be integrated with default game effects.&lt;/p&gt;
8-
&lt;h1 id="creating-custom-layouts"&gt;Creating Custom Layouts&lt;/h1&gt;
9-
&lt;p&gt;Currently only way to create new layouts is by editing the json files in Aurora&amp;rsquo;s installation folder.&lt;/p&gt;
10-
&lt;p&gt;You can save your layouts as &lt;strong&gt;custom_keyboard.json&lt;/strong&gt;, &lt;strong&gt;custom_mouse.json&lt;/strong&gt;,
11-
&lt;strong&gt;custom_mousepad.json&lt;/strong&gt;, &lt;strong&gt;custom_headset.json&lt;/strong&gt; or &lt;strong&gt;custom_chroma.json&lt;/strong&gt;&lt;/p&gt;
12-
&lt;p&gt;This naming is recommended as you will lose your changes if new layout updates are downloaded&lt;/p&gt;</description></item><item><title>Global Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</guid><description>&lt;p&gt;Global variables are generic variables that are not specific to a profile.
13-
They are mainly used for developers to easily integrate Aurora with applications.&lt;/p&gt;
14-
&lt;h2 id="updating-values"&gt;Updating Values&lt;/h2&gt;
15-
&lt;p&gt;Variables can by updated by &lt;strong&gt;POST&lt;/strong&gt;ing a &lt;strong&gt;JSON&lt;/strong&gt; object to http://localhost:9088/variables&lt;/p&gt;
16-
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-json" data-lang="json"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{
17-
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;&amp;#34;variable1&amp;#34;&lt;/span&gt;: &lt;span style="color:#e6db74"&gt;&amp;#34;string value&amp;#34;&lt;/span&gt;,
18-
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;&amp;#34;variable2&amp;#34;&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;56.26&lt;/span&gt;,
19-
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;&amp;#34;variable3&amp;#34;&lt;/span&gt;: &lt;span style="color:#66d9ef"&gt;true&lt;/span&gt;
20-
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
21-
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Variables will by sorted by their types in Aurora-RGB.&lt;/p&gt;
22-
&lt;p&gt;You can see current values on &lt;a href="http://localhost:9088/variables"&gt;http://localhost:9088/variables&lt;/a&gt; endpoint.&lt;/p&gt;
23-
&lt;h2 id="using-state-variables"&gt;Using State Variables&lt;/h2&gt;
24-
&lt;p&gt;Global variables are used similar to &lt;a href="https://www.project-aurora.com/Docs/advanced-topics/state-variables/"&gt;State Variables&lt;/a&gt;.
25-
Instead of selecting a variable from a drop down list, you need to type the name of the variable in a &amp;ldquo;Global Variable&amp;rdquo; function.&lt;/p&gt;</description></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description>&lt;p&gt;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&amp;rsquo;t understand it. This is a feature mainly for advanced users.&lt;/p&gt;</description></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description>&lt;h1 id="what-are-state-variables"&gt;What are State Variables?&lt;/h1&gt;
26-
&lt;p&gt;State Variables are numeric, boolean (true/false) or string (sequence of letters) values
27-
that can be obtained and dynamically updated by Aurora as it is running.
28-
Layers such as the Percent Effect Layer or the Animation Layer
29-
can make use of these values to conditionally set the lights on the keyboard.
30-
The values depend on which profile is currently in use,
31-
for example the CSGO profile contains State Variables for health, current ammo, max ammo, etc.
32-
but these specific ones do not work for other profiles such as Minecraft.&lt;/p&gt;</description></item></channel></rss>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Aurora-RGB Documentation</title><link>https://www.project-aurora.com/Docs/advanced-topics/</link><description>Aurora-RGB Documentation pages</description><generator>Hugo</generator><language>en-US</language><managingEditor> Aurora-RGB Community</managingEditor><webMaster> (Aurora-RGB Community)</webMaster><copyright/><atom:link href="https://www.project-aurora.com/Docs/advanced-topics/index.xml" rel="self" type="application/rss+xml"/><item><title>Animation Editor</title><link>https://www.project-aurora.com/Docs/advanced-topics/animation-editor/</link><pubDate>Wed, 10 Jan 2024 03:07:45 +0100</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/animation-editor/</guid><description/></item><item><title>Audio Visualizer Tweaks</title><link>https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/</link><pubDate>Wed, 10 Jan 2024 03:07:45 +0100</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/visualizer-output/</guid><description/></item><item><title>Custom Layout</title><link>https://www.project-aurora.com/Docs/advanced-topics/custom-layout/</link><pubDate>Thu, 26 Dec 2024 21:18:18 +0100</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/custom-layout/</guid><description/></item><item><title>Global Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</link><pubDate>Fri, 25 Jul 2025 16:02:06 +0200</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/global-variables/</guid><description/></item><item><title>Overrides System</title><link>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</link><pubDate>Wed, 10 Jan 2024 03:07:45 +0100</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/overrides-system/</guid><description/></item><item><title>State Variables</title><link>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</link><pubDate>Sat, 12 Jul 2025 19:06:40 +0200</pubDate><author>Aurora-RGB Community</author><guid>https://www.project-aurora.com/Docs/advanced-topics/state-variables/</guid><description/></item></channel></rss>

advanced-topics/overrides-system/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/state-variables/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

advanced-topics/visualizer-output/index.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

basic-topics/games/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

basic-topics/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)