From c4b4b88e3fc524442571a0623c1975f06e326792 Mon Sep 17 00:00:00 2001 From: 9R Date: Thu, 21 Dec 2023 19:50:29 +0100 Subject: [PATCH] use: SAFE_RANGE in keycode enum --- keyboards/handwired/replicazeron/replicazeron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/replicazeron/replicazeron.h b/keyboards/handwired/replicazeron/replicazeron.h index aa757e187be..b9c6742dac8 100644 --- a/keyboards/handwired/replicazeron/replicazeron.h +++ b/keyboards/handwired/replicazeron/replicazeron.h @@ -40,7 +40,7 @@ enum kb_layers { }; enum kb_keycodes { - JOYMODE = QK_KB, + JOYMODE = SAFE_RANGE, AUTORUN, M_UP, M_DWN,