aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xelus
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-07-31 14:35:30 +0100
committerGitHub <noreply@github.com>2021-07-31 14:35:30 +0100
commit70fb3e1aaf406cbbd5137916a93ed814d6891ef2 (patch)
tree822d9ec1df59c75f07f886fdf3f77002e8b2c926 /keyboards/xelus
parent206a995ccd53b0843e72da606abebe06f39c9c28 (diff)
downloadqmk_firmware-70fb3e1aaf406cbbd5137916a93ed814d6891ef2.tar.gz
qmk_firmware-70fb3e1aaf406cbbd5137916a93ed814d6891ef2.zip
__flash? (#13799)
Diffstat (limited to 'keyboards/xelus')
-rw-r--r--keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c2
-rw-r--r--keyboards/xelus/pachi/rgb/rgb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c b/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c
index c305ecae1..c6ddef093 100644
--- a/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c
+++ b/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c
@@ -25,7 +25,7 @@
25#ifdef RGB_MATRIX_ENABLE 25#ifdef RGB_MATRIX_ENABLE
26LED_TYPE rgb_matrix_ws2812_array[WS2812_LED_TOTAL]; 26LED_TYPE rgb_matrix_ws2812_array[WS2812_LED_TOTAL];
27 27
28const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { 28const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
29/* Refer to IS31 manual for these locations 29/* Refer to IS31 manual for these locations
30 * driver 30 * driver
31 * | R location 31 * | R location
diff --git a/keyboards/xelus/pachi/rgb/rgb.c b/keyboards/xelus/pachi/rgb/rgb.c
index ea9812d6b..6f44b13e1 100644
--- a/keyboards/xelus/pachi/rgb/rgb.c
+++ b/keyboards/xelus/pachi/rgb/rgb.c
@@ -24,7 +24,7 @@ void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }
24#ifdef RGB_MATRIX_ENABLE 24#ifdef RGB_MATRIX_ENABLE
25#include <i2c_master.h> 25#include <i2c_master.h>
26#include "drivers/led/issi/is31fl3741.h" 26#include "drivers/led/issi/is31fl3741.h"
27const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { 27const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
28/* Refer to IS31 manual for these locations 28/* Refer to IS31 manual for these locations
29 * driver 29 * driver
30 * | R location 30 * | R location