User defined keys
fjloma opened this issue · 1 comments
fjloma commented
I tried to write a custom keycode following the instructions (https://get.vial.today/manual/custom_keycode.html), replacing SAFE_RANGE with USER00 , but failed to compile because USER00 is undefined on vial/keymap.c
Are this instructions correct today or do I need to include some file?
Thanks !
xyzz commented
The instructions are indeed out of date, I've fixed it now - you should be using QK_KB_0
instead of USER00
.