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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/inett_studio/sqx/hotswap/hotswap.c b/keyboards/inett_studio/sqx/hotswap/hotswap.c
index 079889e727..c04d7ef02c 100644
--- a/keyboards/inett_studio/sqx/hotswap/hotswap.c
+++ b/keyboards/inett_studio/sqx/hotswap/hotswap.c
@@ -165,6 +165,10 @@ bool rgb_matrix_indicators_kb(void) {
#endif //RGB_MATRIX_ENABLE
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
+ if (!process_record_user(keycode, record)) {
+ return false;
+ }
+
if (record->event.pressed) {
switch(keycode) {
#if defined(RGB_MATRIX_DISABLE_KEYCODES)