update VIAL_MATRIX_MAGIC to not conflict with qmk

This commit is contained in:
Ilya Zhuravlev 2022-07-11 18:42:15 -06:00
parent fde0c10bae
commit 7d509e3d51

View File

@ -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