From 7d509e3d51f331a6907d190edc8c6451044a3025 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Mon, 11 Jul 2022 18:42:15 -0600 Subject: [PATCH] update VIAL_MATRIX_MAGIC to not conflict with qmk --- quantum/vial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/vial.h b/quantum/vial.h index 897dc94563..76e034c0f1 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -73,7 +73,7 @@ void vial_keycode_tap(uint16_t keycode); /* Fake position in keyboard matrix, can't use 255 as that is immediately rejected by IS_NOEVENT used to send arbitrary keycodes thru process_record_quantum_helper */ -#define VIAL_MATRIX_MAGIC 254 +#define VIAL_MATRIX_MAGIC 240 #ifdef TAP_DANCE_ENABLE