<spanclass="line"><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">SRC += is31fl3746a-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 += is31fl3746a.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>IS31FL3746A_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>IS31FL3746A_I2C_TIMEOUT</code></td><td><code>100</code></td><td>The I²C timeout in milliseconds</td></tr><tr><td><code>IS31FL3746A_I2C_PERSISTENCE</code></td><td><code>0</code></td><td>The number of times to retry I²C transmissions</td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_1</code></td><td><em>Not defined</em></td><td>The I²C address of driver 0</td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_2</code></td><td><em>Not defined</em></td><td>The I²C address of driver 1</td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_3</code></td><td><em>Not defined</em></td><td>The I²C address of driver 2</td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_4</code></td><td><em>Not defined</em></td><td>The I²C address of driver 3</td></tr><tr><td><code>IS31FL3746A_CONFIGURATION</code></td><td><code>0x01</code></td><td>The value of the configuration register</td></tr><tr><td><code>IS31FL3746A_PWM_FREQUENCY</code></td><td><code>IS31FL3746A_PWM_FREQUENCY_29K_HZ</code></td><td>The PWM frequency of the LEDs</td></tr><tr><td><code>IS31FL3746A_SW_PULLDOWN</code></td><td><code>IS31FL3746A_PDR_2K_OHM_SW_OFF</code></td><td>The <code>SWx</code> pulldown resistor value</td></tr><tr><td><code>IS31FL3746A_CS_PULLUP</code></td><td><code>IS31FL3746A_PUR_2K_OHM_CS_OFF</code></td><td>The <code>CSx</code> pullup resistor value</td></tr><tr><td><code>IS31FL3746A_GLOBAL_CURRENT</code></td><td><code>0xFF</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 IS31FL3746A has 16 possible 7-bit I²C addresses, depending on how the <code>ADDR1</code> and <code>ADDR2</code> pins are connected.</p><p>To configure this, set the <code>IS31FL3746A_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>IS31FL3746A_I2C_ADDRESS_GND_GND</code></td><td><code>0x60</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_GND_SCL</code></td><td><code>0x61</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_GND_SDA</code></td><td><code>0x62</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_GND_VCC</code></td><td><code>0x63</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SCL_GND</code></td><td><code>0x64</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SCL_SCL</code></td><td><code>0x65</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SCL_SDA</code></td><td><code>0x66</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SCL_VCC</code></td><td><code>0x67</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SDA_GND</code></td><td><code>0x68</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SDA_SCL</code></td><td><code>0x69</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SDA_SDA</code></td><td><code>0x6A</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_SDA_VCC</code></td><td><code>0x6B</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_VCC_GND</code></td><td><code>0x6C</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_VCC_SCL</code></td><td><code>0x6D</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_VCC_SDA</code></td><td><code>0x6E</code></td></tr><tr><td><code>IS31FL3746A_I2C_ADDRESS_VCC_VCC</code></td><td><code>0x6F</code></td></tr></tbod
<spanclass="line"><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;">#define</span><spanstyle="--shiki-light:#6F42C1;--shiki-dark:#B392F0;"> IS31FL3746A_CS_PULLUP</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> IS31FL3746A_PUR_2K_OHM_CS_OFF</span></span></code></pre></div><p>Valid values for <code>IS31FL3746A_SW_PULLDOWN</code> are:</p><table><thead><tr><th>Define</th><th>Resistance</th></tr></thead><tbody><tr><td><code>IS31FL3746A_PDR_0_OHM</code></td><td>None</td></tr><tr><td><code>IS31FL3746A_PDR_0K5_OHM_SW_OFF</code></td><td>0.5 kΩ in SWx off time</td></tr><tr><td><code>IS31FL3746A_PDR_1K_OHM_SW_OFF</code></td><td>1 kΩ in SWx off time</td></tr><tr><td><code>IS31FL3746A_PDR_2K_OHM_SW_OFF</code></td><td>2 kΩ in SWx off time (default)</td></tr><tr><td><code>IS31FL3746A_PDR_1K_OHM</code></td><td>1 kΩ</td></tr><tr><td><code>IS31FL3746A_PDR_2K_OHM</code></td><td>2 kΩ</td></tr><tr><td><code>IS31FL3746A_PDR_4K_OHM</code></td><td>4 kΩ</td></tr><tr><td><code>IS31FL3746A_PDR_8K_OHM</code></td><td>8 kΩ</td></tr></tbody></table><p>Valid values for <code>IS31FL3746A_CS_PULLUP</code> are:</p><table><thead><tr><th>Define</th><th>Resistance</th></tr></thead><tbody><tr><td><code>IS31FL3746A_PUR_0_OHM</code></td><td>None (default)</td></tr><tr><td><code>IS31FL3746A_PUR_0K5_OHM_CS_OFF</code></td><td>0.5 kΩ in CSy off time</td></tr><tr><td><code>IS31FL3746A_PUR_1K_OHM_CS_OFF</code></td><td>1 kΩ in CSy off time</td></tr><tr><td><code>IS31FL3746A_PUR_2K_OHM_CS_OFF</code></td><td>2 kΩ in CSy off time (default)</td></tr><tr><td><code>IS31FL3746A_PUR_1K_OHM</code></td><td>1 kΩ</td></tr><tr><td><code>IS31FL3746A_PUR_2K_OHM</code></td><td>2 kΩ</td></tr><tr><td><code>IS31FL3746A_PUR_4K_OHM</code></td><td>4 kΩ</td></tr><tr><td><code>IS31FL3746A_PUR_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>CSy</code> pins, from 0 to 255. By default, the value is the maximum (255), but if you need to lower 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;"> IS31FL3746A_GLOBAL_CURRENT</span><spanstyle="--shiki-light:#D73A49;--shiki-dark:#F97583;"> 0x</span><spanstyle="--shiki-light:#005CC5;--shiki-dark:#79B8FF;">FF</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;"> is31fl3746a_led_t</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> PROGMEM </span><spanstyle="--shiki-light:#E36209;--shiki-dark:#FFAB70;">g_is31fl3746a_leds</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">[IS31F
<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;"> is31fl3746a_led_t</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> PROGMEM </span><spanstyle="--shiki-light:#E36209;--shiki-dark:#FFAB70;">g_is31fl3746a_leds</span><spanstyle="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">[IS31FL3746A_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 13, figure 8.</p><h2id="api"tabindex="-1">API <aclass="header-anchor"href="#api"aria-label="Permalink to "API {#api}""></a></h2><h3id="api-is31fl3746a-led-t"tabindex="-1"><code>struct is31fl3746a_led_t</code><aclass="header-anchor"href="#api-is31fl3746a-led-t"aria-label="Permalink to "`struct is31fl3746a_led_t` {#api-is31fl3746a-led-t}""></a></h3><p>Contains the PWM register addresses for a single RGB LED.</p><h4id="api-is31fl3746a-led-t-members"tabindex="-1">Members <aclass="header-anchor"href="#api-is31fl3746a-led-t-members"aria-label="Permalink to "Members {#api-is31fl3746a-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-is31fl3746a-init"tabindex="-1"><code>void is31fl3746a_init(uint8_t index)</code><aclass="header-anchor"href="#api-is31fl3746a-init"aria-label="Permalink to "`void is31fl3746a_init(uint8_t index)` {#api-is31fl3746a-init}""></a></h3><p>Initialize the LED driver. This function should be called first.</p><h4id="api-is31fl3746a-init-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3746a-init-arguments"aria-label="Permalink to "Arguments {#api-is31fl3746a-init-arguments}""></a></h4><ul><li><code>uint8_t index</code><br> The driver index.</li><li><code>uint8_t sync</code><br> Sync configuration of the LED driver.</li></ul><hr><h3id="api-is31fl3746a-write-register"tabindex="-1"><code>void is31fl3746a_write_register(uint8_t index, uint8_t reg, uint8_t data)</code><aclass="header-anchor"href="#api-is31fl3746a-write-register"aria-label="Permalink to "`void is31fl3746a_write_register(uint8_t index, uint8_t reg, uint8_t data)` {#api-is31fl3746a-write-register}""></a></h3><p>Set the value of the given register.</p><h4id="api-is31fl3746a-write-register-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3746a-write-register-arguments"aria-label="Permalink to "Arguments {#api-is31fl3746a-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-is31fl3746a-select-page"tabindex="-1"><code>void is31fl3746a_select_page(uint8_t index, uint8_t page)</code><aclass="header-anchor"href="#api-is31fl3746a-select-page"aria-label="Permalink to "`void is31fl3746a_select_page(uint8_t index, uint8_t page)` {#api-is31fl3746a-select-page}""></a></h3><p>Change the current page for configuring the LED driver.</p><h4id="api-is31fl3746a-select-page-arguments"tabindex="-1">Arguments <aclass="header-anchor"href="#api-is31fl3746a-select-page-arguments"aria-label="Permalink to "Arguments {#api-is31fl3746a-select-page-arguments}""></a></h4><ul><li><code>uint8_t index</code><br> The driver index.</li><li><code>uint8_t page</code><br> The page number to select.</li></ul><hr><h3id="api-is31fl3746a-set-color"tabindex="-1"><code>void is31fl3746a_set_color(int index, uint8_t red, uint8_t green, uint8_t blue)</code><aclass="header-anchor"href="#api-is31fl3746a-set-color"aria-label="Permalink to "`void is31fl3746a_set_color(int index, uint8_t red, uint8_t green, uint8_t blue)` {#api-is31fl3746a-set-color}""></a></h3><p>Set th