Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Adelais PCB. Adelais RGB rev.3, Adelais rev. 4 APM32F103, Adelais AVR rev. 1 #14252

Merged
merged 14 commits into from
Sep 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/mechlovin/adelais/rgb_led/rev3/rev3.c
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
mechlovin and drashna committed Sep 18, 2021
commit 50f29fc88773616665ebdc360bb8149cf045399c
2 changes: 1 addition & 1 deletion keyboards/mechlovin/adelais/rgb_led/rev3/rev3.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "rev3.h"

#ifdef RGB_MATRIX_ENABLE
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
{0, CS3_SW5, CS2_SW5, CS1_SW5}, /* D9-K31-00 */
{0, CS6_SW5, CS5_SW5, CS4_SW5}, /* D46-K00-01 */
{0, CS6_SW9, CS5_SW9, CS4_SW9}, /* D59-K01-02 */
Expand Down