summaryrefslogtreecommitdiff
path: root/keyboards/inett_studio/sqx/hotswap/hotswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/inett_studio/sqx/hotswap/hotswap.c')
-rw-r--r--keyboards/inett_studio/sqx/hotswap/hotswap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/inett_studio/sqx/hotswap/hotswap.c b/keyboards/inett_studio/sqx/hotswap/hotswap.c
index 055e918f6d..7f5e298c4c 100644
--- a/keyboards/inett_studio/sqx/hotswap/hotswap.c
+++ b/keyboards/inett_studio/sqx/hotswap/hotswap.c
@@ -152,11 +152,14 @@ led_config_t g_led_config = {
}
};
-__attribute__ ((weak))
-void rgb_matrix_indicators_user(void) {
+bool rgb_matrix_indicators_kb(void) {
+ if (!rgb_matrix_indicators_user()) {
+ return false;
+ }
if (host_keyboard_led_state().caps_lock) {
rgb_matrix_set_color(8, 0xFF, 0x0, 0x0);
}
+ return true;
}
#endif //RGB_MATRIX_ENABLE