<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">SRC += is31fl3729-mono.c </span><spanstyle="--shiki-light:#6A737D;--shiki-dark:#6A737D;"># For single-color</span></span>
<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">SRC += is31fl3729.c </span><spanstyle="--shiki-light:#6A737D;--shiki-dark:#6A737D;"># For RGB</span></span>
<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">I2C_DRIVER_REQUIRED = yes</span></span></code></pre></div><h2id="basic-configuration"tabindex="-1">Basic Configuration <aclass="header-anchor"href="#basic-configuration"aria-label="Permalink to "Basic Configuration {#basic-configuration}""></a></h2><p>Add the following to your <code>config.h</code>:</p><table><thead><tr><th>Define</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td><code>IS31FL3729_SDB_PIN</code></td><td><em>Not defined</em></td><td>The GPIO pin connected to the drivers' shutdown pins</td></tr><tr><td><code>IS31FL3729_I2C_TIMEOUT</code></td><td><code>100</code></td><td>The I²C timeout in milliseconds</td></tr><tr><td><code>IS31FL3729_I2C_PERSISTENCE</code></td><td><code>0</code></td><td>The number of times to retry I²C transmissions</td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_1</code></td><td><em>Not defined</em></td><td>The I²C address of driver 0</td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_2</code></td><td><em>Not defined</em></td><td>The I²C address of driver 1</td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_3</code></td><td><em>Not defined</em></td><td>The I²C address of driver 2</td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_4</code></td><td><em>Not defined</em></td><td>The I²C address of driver 3</td></tr><tr><td><code>IS31FL3729_PWM_FREQUENCY</code></td><td><code>IS31FL3729_PWM_FREQUENCY_32K_HZ</code></td><td>The PWM frequency of the LEDs</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN</code></td><td><code>IS31FL3729_SW_PULLDOWN_2K_OHM_SW_OFF</code></td><td>The <code>SWx</code> pullup resistor value</td></tr><tr><td><code>IS31FL3729_CS_PULLUP</code></td><td><code>IS31FL3729_CS_PULLUP_2K_OHM_CS_OFF</code></td><td>The <code>CSx</code> pulldown resistor value</td></tr><tr><td><code>IS31FL3729_GLOBAL_CURRENT</code></td><td><code>0x40</code></td><td>The global current control value</td></tr></tbody></table><h3id="i2c-addressing"tabindex="-1">I²C Addressing <aclass="header-anchor"href="#i2c-addressing"aria-label="Permalink to "I²C Addressing {#i2c-addressing}""></a></h3><p>The IS31FL3729 has four possible 7-bit I²C addresses, depending on how the <code>AD</code> pin is connected.</p><p>To configure this, set the <code>IS31FL3729_I2C_ADDRESS_n</code> defines to one of the following in your <code>config.h</code>, where <em>n</em> denotes the driver index:</p><table><thead><tr><th>Define</th><th>Value</th></tr></thead><tbody><tr><td><code>IS31FL3729_I2C_ADDRESS_GND</code></td><td><code>0x34</code></td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_SCL</code></td><td><code>0x35</code></td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_SDA</code></td><td><code>0x36</code></td></tr><tr><td><code>IS31FL3729_I2C_ADDRESS_VCC</code></td><td><code>0x37</code></td></tr></tbody></table><h3id="pwm-frequency"tabindex="-1">PWM Frequency <aclass="header-anchor"href="#pwm-frequency"aria-label="Permalink to "PWM Frequency {#pwm-frequency}""></a></h3><p>The PWM frequency can be adjusted by adding the following to your <code>config.h</code>:</p><divclass="language-c vp-adaptive-theme"><buttontitle="Copy Code"class="copy"></button><spanclass="lang">c</span><preclass="shiki shiki-themes github-light github-dark vp-code"><code><spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">#define</span><spanstyle="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> IS31FL3729_PWM_FREQUENCY</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> IS31FL3729_PWM_FREQUENCY_32K_HZ</span></span></code></pre></div><p>Valid values are:</p><table><thead><tr><th>Define</th><th>Frequency</th></tr></thead><tbody><tr><td><code>IS31FL3729_PWM_FREQUENCY_55K_HZ</code></td><td>55 kHz</td></tr><tr><td><code>IS31FL3729_PWM_FREQUENCY_32K_HZ</code></td><td>32 kHz (default)</td></tr><tr><td><code>IS31FL3729_PWM_FREQUENCY_4K_HZ</code></td><td>4 kHz</td></tr><tr><td><code>IS31FL3729_PWM_FREQUENCY_2K_HZ</code></td><td>2 kHz</td></tr><tr><td><code>IS31FL3729_PWM_FREQUENCY_1K_HZ</cod
<spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">#define</span><spanstyle="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> IS31FL3729_CS_PULLUP</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> IS31FL3729_CS_PULLUP_2K_OHM_CS_OFF</span></span></code></pre></div><p>Valid values for <code>IS31FL3729_SW_PULLDOWN</code> are:</p><table><thead><tr><th>Define</th><th>Resistance</th></tr></thead><tbody><tr><td><code>IS31FL3729_SW_PULLDOWN_0_OHM</code></td><td>None</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_0K5_OHM_SW_OFF</code></td><td>0.5 kΩ in SWy off time</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_1K_OHM_SW_OFF</code></td><td>1 kΩ in SWy off time</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_2K_OHM_SW_OFF</code></td><td>2 kΩ in SWy off time (default)</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_1K_OHM</code></td><td>1 kΩ</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_2K_OHM</code></td><td>2 kΩ</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_4K_OHM</code></td><td>4 kΩ</td></tr><tr><td><code>IS31FL3729_SW_PULLDOWN_8K_OHM</code></td><td>8 kΩ</td></tr></tbody></table><p>Valid values for <code>IS31FL3729_CS_PULLUP</code> are:</p><table><thead><tr><th>Define</th><th>Resistance</th></tr></thead><tbody><tr><td><code>IS31FL3729_CS_PULLUP_0_OHM</code></td><td>None</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_0K5_OHM_CS_OFF</code></td><td>0.5 kΩ in CSx off time</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_1K_OHM_CS_OFF</code></td><td>1 kΩ in CSx off time</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_2K_OHM_CS_OFF</code></td><td>2 kΩ in CSx off time (default)</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_1K_OHM</code></td><td>1 kΩ</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_2K_OHM</code></td><td>2 kΩ</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_4K_OHM</code></td><td>4 kΩ</td></tr><tr><td><code>IS31FL3729_CS_PULLUP_8K_OHM</code></td><td>8 kΩ</td></tr></tbody></table><h3id="global-current-control"tabindex="-1">Global Current Control <aclass="header-anchor"href="#global-current-control"aria-label="Permalink to "Global Current Control {#global-current-control}""></a></h3><p>This setting controls the current sunk by the <code>CSx</code> pins, from 0 to 255. By default, the value is 64, but if you need to adjust it, add the following to your <code>config.h</code>:</p><divclass="language-c vp-adaptive-theme"><buttontitle="Copy Code"class="copy"></button><spanclass="lang">c</span><preclass="shiki shiki-themes github-light github-dark vp-code"><code><spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">#define</span><spanstyle="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> IS31FL3729_GLOBAL_CURRENT</span><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;"> 0x</span><spanstyle="--shiki-light:#005CC5;--shiki-dark:#79B8FF;">40</span></span></code></pre></div><h2id="arm-configuration"tabindex="-1">ARM/ChibiOS Configuration <aclass="header-anchor"href="#arm-configuration"aria-label="Permalink to "ARM/ChibiOS Configuration {#arm-configuration}""></a></h2><p>Depending on the ChibiOS board configuration, you may need to <ahref="./i2c#arm-configuration">enable and configure I²C</a> at the keyboard level.</p><h2id="led-mapping"tabindex="-1">LED Mapping <aclass="header-anchor"href="#led-mapping"aria-label="Permalink to "LED Mapping {#led-mapping}""></a></h2><p>In order to use this driver, each output must be mapped to an LED index, by adding the following to your <code><keyboardname>.c</code>:</p><divclass="language-c vp-adaptive-theme"><buttontitle="Copy Code"class="copy"></button><spanclass="lang">c</span><preclass="shiki shiki-themes github-light github-dark vp-code"><code><spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">const</span><spanstyle="--shiki-light:#005CC5;--shiki-dark:#79B8FF;"> is31fl3729_led_t</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> PROGMEM </span><spanstyle="--shiki-light:#E36209;--shiki-dark:#FFAB70;">g_is31fl3729_leds
<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">};</span></span></code></pre></div><p>In this example, the red, green and blue channels for the first LED index on driver 0 all have their anodes connected to the <code>SW1</code> pin, and their cathodes on the <code>CS1</code>, <code>CS2</code> and <code>CS3</code> pins respectively.</p><p>For the single-color driver, the principle is the same, but there is only one channel:</p><divclass="language-c vp-adaptive-theme"><buttontitle="Copy Code"class="copy"></button><spanclass="lang">c</span><preclass="shiki shiki-themes github-light github-dark vp-code"><code><spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">const</span><spanstyle="--shiki-light:#005CC5;--shiki-dark:#79B8FF;"> is31fl3729_led_t</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> PROGMEM </span><spanstyle="--shiki-light:#E36209;--shiki-dark:#FFAB70;">g_is31fl3729_leds</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">[IS31FL3729_LED_COUNT] </span><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">=</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> {</span></span>
<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">};</span></span></code></pre></div><p>These values correspond to the register indices as shown in the datasheet on page 12, figure 9.</p><h2id="api"tabindex="-1">API <aclass="header-anchor"href="#api"aria-label="Permalink to "API {#api}""></a></h2><h3id="api-is31fl3729-led-t"tabindex="-1"><code>struct is31fl3729_led_t</code><aclass="header-anchor"href="#api-is31fl3729-led-t"aria-label="Permalink to "`struct is31fl3729_led_t` {#api-is31fl3729-led-t}""></a></h3><p>Contains the PWM register addresses for a single RGB LED.</p><h4id="api-is31fl3729-led-t-members"tabindex="-1">Members <aclass="header-anchor"href="#api-is31fl3729-led-t-members"aria-label="Permalink to "Members {#api-is31fl3729-led-t-members}""></a></h4><ul><li><code>uint8_t driver</code><br> The driver index of the LED, from 0 to 3.</li><li><code>uint8_t r</code><br> The output PWM register address for the LED's red channel (RGB driver only).</li><li><code>uint8_t g</code><br> The output PWM register address for the LED's green channel (RGB driver only).</li><li><code>uint8_t b</code><br> The output PWM register address for the LED's blue channel (RGB driver only).</li><li><code>uint8_t v</code><br> The output PWM register address for the LED (single-color driver only).</li></ul><hr><h3id="api-is31fl3729-init"tabindex="-1"><code>void is31fl3729_init(uint8_t index)</code><aclass="header-anchor"href="#api-is31fl3729-init"aria-label="Permalink to "`void is31fl3729_init(uint8_t index)` {#api-is31fl3729-init}""></a></h3><p>Initialize the LED driver. This function should be called first.</p><h4id="api-is31fl3729-init-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3729-init-arguments"aria-label="Permalink to "Arguments {#api-is31fl3729-init-arguments}""></a></h4><ul><li><code>uint8_t index</code><br> The driver index.</li></ul><hr><h3id="api-is31fl3729-write-register"tabindex="-1"><code>void is31fl3729_write_register(uint8_t index, uint8_t reg, uint8_t data)</code><aclass="header-anchor"href="#api-is31fl3729-write-register"aria-label="Permalink to "`void is31fl3729_write_register(uint8_t index, uint8_t reg, uint8_t data)` {#api-is31fl3729-write-register}""></a></h3><p>Set the value of the given register.</p><h4id="api-is31fl3729-write-register-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3729-write-register-arguments"aria-label="Permalink to "Arguments {#api-is31fl3729-write-register-arguments}""></a></h4><ul><li><code>uint8_t index</code><br> The driver index.</li><li><code>uint8_t reg</code><br> The register address.</li><li><code>uint8_t data</code><br> The value to set.</li></ul><hr><h3id="api-is31fl3729-set-color"tabindex="-1"><code>void is31fl3729_set_color(int index, uint8_t red, uint8_t green, uint8_t blue)</code><aclass="header-anchor"href="#api-is31fl3729-set-color"aria-label="Permalink to "`void is31fl3729_set_color(int index, uint8_t red, uint8_t green, uint8_t blue)` {#api-is31fl3729-set-color}""></a></h3><p>Set the color of a single LED (RGB driver only). This function does not immediately update the LEDs; call <code>is31fl3729_update_pwm_buffers()</code> after you are finished.</p><h4id="api-is31fl3729-set-color-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3729-set-color-arguments"aria-label="Permalink to "Arguments {#api-is31fl3729-set-color-arguments}""></a></h4><ul><li><code>int index</code><br> The LED index (ie. the index into the <code>g_is31fl3729_leds</code> array).</li><li><code>uint8_t red</code><br> The red value to set.</li><li><code>uint8_t green</code><br> The green value to set.</li><li><code>uint8_t blue</code><br> The blue value to set.</li></ul><hr><h3id="api-is31fl3729-set-color-all"tabindex="-1"><code>void is31fl3729_set_color_all(uint8_t red, uint8_t green, uint8_t blue)</code><aclass="header-a