diff options
| author | Joel Challis <git@zvecr.com> | 2021-07-31 14:35:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 14:35:30 +0100 |
| commit | 70fb3e1aaf406cbbd5137916a93ed814d6891ef2 (patch) | |
| tree | 822d9ec1df59c75f07f886fdf3f77002e8b2c926 /keyboards/inett_studio | |
| parent | 206a995ccd53b0843e72da606abebe06f39c9c28 (diff) | |
| download | qmk_firmware-70fb3e1aaf406cbbd5137916a93ed814d6891ef2.tar.gz qmk_firmware-70fb3e1aaf406cbbd5137916a93ed814d6891ef2.zip | |
__flash? (#13799)
Diffstat (limited to 'keyboards/inett_studio')
| -rw-r--r-- | keyboards/inett_studio/sqx/hotswap/hotswap.c | 2 | ||||
| -rw-r--r-- | keyboards/inett_studio/sqx/universal/universal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/inett_studio/sqx/hotswap/hotswap.c b/keyboards/inett_studio/sqx/hotswap/hotswap.c index be8985c87..5b3c8df82 100644 --- a/keyboards/inett_studio/sqx/hotswap/hotswap.c +++ b/keyboards/inett_studio/sqx/hotswap/hotswap.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include "hotswap.h" | 20 | #include "hotswap.h" |
| 21 | 21 | ||
| 22 | #ifdef RGB_MATRIX_ENABLE | 22 | #ifdef RGB_MATRIX_ENABLE |
| 23 | const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | 23 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { |
| 24 | /* Refer to IS31 manual for these locations | 24 | /* Refer to IS31 manual for these locations |
| 25 | * driver | 25 | * driver |
| 26 | * | R location | 26 | * | R location |
diff --git a/keyboards/inett_studio/sqx/universal/universal.c b/keyboards/inett_studio/sqx/universal/universal.c index 42d99330d..dd431a7f4 100644 --- a/keyboards/inett_studio/sqx/universal/universal.c +++ b/keyboards/inett_studio/sqx/universal/universal.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include "universal.h" | 20 | #include "universal.h" |
| 21 | 21 | ||
| 22 | #ifdef RGB_MATRIX_ENABLE | 22 | #ifdef RGB_MATRIX_ENABLE |
| 23 | const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | 23 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { |
| 24 | /* Refer to IS31 manual for these locations | 24 | /* Refer to IS31 manual for these locations |
| 25 | * driver | 25 | * driver |
| 26 | * | R location | 26 | * | R location |
